Metadata-Version: 2.1
Name: DisOAuth
Version: 0.2.0
Summary: Helps with discord oauth2
Project-URL: Homepage, https://github.com/Arcader717/DiscordOAuth2
Project-URL: Bug Tracker, https://github.com/Arcader717/DiscordOAuth2/issues
Project-URL: Repository, https://github.com/Arcader717/DiscordOAuth2
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# DiscordOAuth2
automatically follows through with the requests for Discord OAuth

***

## Features
- Makes a Authorization Url automatically, using the client ID, redirect_uri, and the scopes you want
- Nothing else, working on getting the json data from the query string

***

## What I'm working on for version 1.0.0

- [ ] Guaranteed features
  - [ ] Make requests to each of the usable discord api links
    - [ ] Make a working api class (api meaning discord api)
    - [ ] Return the response code
    - [ ] return the json as a python dictionary
     
- [ ] Potential features:
  - [ ] Raise errors when you try to use links that don't exist
