Metadata-Version: 2.1
Name: Async-DisOAuth
Version: 2.0.1
Summary: Works with Discord API, to get 
Author: Arcader717
License: MIT License
        
        Copyright (c) 2023 Arcader717
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/disoauth/DiscoAuth
Project-URL: Bug Tracker, https://github.com/disoauth/DiscoAuth/issues
Project-URL: Repository, https://github.com/disoauth/DiscoAuth
Project-URL: Documentation, https://async-disoauth2.readthedocs.io/en/latest/index.html
Project-URL: Changelog, https://github.com/disoauth/DiscoAuth/docs/CHANGELOG.rst
Keywords: Discord,OAuth2,oauth,auth,async
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: click

# Renamed

The Async-DisOAuth package has been renamed to discoauth and moved [here](https://pypi.org/project/discoauth/)

# DiscordOAuth2
automatically follows through with the requests for Discord OAuth

[![Documentation Status](https://readthedocs.org/projects/async-disoauth2/badge/?version=latest)](https://async-disoauth2.readthedocs.io/en/latest/?badge=latest)

***

## Features
- Makes a Authorization Url automatically, using the client ID, redirect_uri, and the scopes you want
- Can get:
  - The access token
  - The user
  - The user's guilds

***

## What I'm working on for version 2.0.0

- [x] Get Guilds
  - Released in version 1.1
  - [x] Errors, will be fixed in version 1.1.4
    - Found error in the scope part of the url creation
- [x] Models
  - [x] User Object
    - [x] Errors, fixed in version 1.1.3
  - [x] Guild Object
    - Released in version 1.2
- [x] Bot OAuth
    - Released in version 1.3
- [ ] Functioning CLI

***

### Useful Links:

- [License](https://github.com/disoauth/DiscoAuth/blob/main/LICENSE)
- [Contributing & Guidelines](https://github.com/disoauth/DiscoAuth/blob/main/CONTRIBUTING.md)
- [Roadmap](https://github.com/orgs/disoauth/projects/1)

***

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tbody>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/Arcader717"><img src="https://avatars.githubusercontent.com/u/134526462?v=4?s=100" width="100px;" alt="Arcader717"/><br /><sub><b>Arcader717</b></sub></a><br /><a href="#code-Arcader717" title="Code">💻</a> <a href="#doc-Arcader717" title="Documentation">📖</a> <a href="#example-Arcader717" title="Examples">💡</a> <a href="#tutorial-Arcader717" title="Tutorials">✅</a></td>
    </tr>
  </tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

***

## License

This project is under the [MIT License](https://en.wikipedia.org/wiki/MIT_License)
