Metadata-Version: 2.1
Name: discord-oauth2
Version: 0.2
Summary: A python library that uses discord's api for easy authentication for your website.
Home-page: https://github.com/paulablaza/discord-oauth2
Author: Paul Martin Ablaza
Author-email: ablazapaulmartin@protonail.com
License: MIT
Keywords: discord auth,discord oauht2,oauth2
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# discord_oauth2

A python library that uses discord's api for easy authentication for your application!

## Installation

Install discord-oauth2 with npm

```bash
  pip3 install discord-oauth2
```

## Documentation

Read the docs [here](https://paulablaza.github.io/discord-oauth2/)

## Contributing

Contributions are always welcome!

If you want to contribute please open an issue first.

## FAQ

- This is my very first python library.
- When you select a function on VSCode, it will show some messages on how you will use it and what are the parameters.

## Author

- [@paulablaza](https://www.github.com/paulablaza)

## License

[MIT](LICENSE)


