Name | discoauth JSON |
Version |
2.0.0
JSON |
| download |
home_page | |
Summary | Discord OAuth, and Discord API, in one package |
upload_time | 2023-11-14 19:52:56 |
maintainer | |
docs_url | None |
author | Arcader717 |
requires_python | >=3.7 |
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. |
keywords |
discord
oauth2
oauth
auth
async
api
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# DiscoAuth
automatically follows through with the requests for Discord OAuth
[![Documentation](https://img.shields.io/badge/docs-passing-light_green?style=for-the-badge&logo=readthedocs)](https://discoauth.rtfd.io)
![Codecov](https://img.shields.io/codecov/c/gh/disoauth/DiscoAuth?style=for-the-badge&logo=codecov)
***
## 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
- A specific guild, using it's ID
It also makes bot auth url's
***
## 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
- [x] 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)
Raw data
{
"_id": null,
"home_page": "",
"name": "discoauth",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "Discord,OAuth2,oauth,auth,async,api",
"author": "Arcader717",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/9d/12/76131c8f79af60669cd2f9d7e1505a13328fdca23cf4e0069327d9f3b5b0/discoauth-2.0.0.tar.gz",
"platform": null,
"description": "# DiscoAuth\nautomatically follows through with the requests for Discord OAuth\n\n[![Documentation](https://img.shields.io/badge/docs-passing-light_green?style=for-the-badge&logo=readthedocs)](https://discoauth.rtfd.io)\n![Codecov](https://img.shields.io/codecov/c/gh/disoauth/DiscoAuth?style=for-the-badge&logo=codecov)\n\n***\n\n## Features\n- Makes a Authorization Url automatically, using the client ID, redirect_uri, and the scopes you want\n- Can get:\n - The access token\n - The user\n - The user's guilds\n - A specific guild, using it's ID\n\nIt also makes bot auth url's\n\n***\n\n## What I'm working on for version 2.0.0\n\n- [x] Get Guilds\n - Released in version 1.1\n - [x] Errors, will be fixed in version 1.1.4\n - Found error in the scope part of the url creation\n- [x] Models\n - [x] User Object\n - [x] Errors, fixed in version 1.1.3\n - [x] Guild Object\n - Released in version 1.2\n- [x] Bot OAuth\n - Released in version 1.3\n- [x] Functioning CLI\n\n***\n\n### Useful Links:\n\n- [License](https://github.com/disoauth/DiscoAuth/blob/main/LICENSE)\n- [Contributing & Guidelines](https://github.com/disoauth/DiscoAuth/blob/main/CONTRIBUTING.md)\n- [Roadmap](https://github.com/orgs/disoauth/projects/1)\n\n***\n\n## Contributors\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n <tbody>\n <tr>\n <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\">\ud83d\udcbb</a> <a href=\"#doc-Arcader717\" title=\"Documentation\">\ud83d\udcd6</a> <a href=\"#example-Arcader717\" title=\"Examples\">\ud83d\udca1</a> <a href=\"#tutorial-Arcader717\" title=\"Tutorials\">\u2705</a></td>\n </tr>\n </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n***\n\n## License\n\nThis project is under the [MIT License](https://en.wikipedia.org/wiki/MIT_License)\n",
"bugtrack_url": null,
"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. ",
"summary": "Discord OAuth, and Discord API, in one package",
"version": "2.0.0",
"project_urls": {
"Bug Tracker": "https://github.com/disoauth/DiscoAuth/issues",
"Changelog": "https://github.com/disoauth/DiscoAuth/docs/CHANGELOG.rst",
"Documentation": "https://discoauth.readthedocs.io/en/latest/index.html",
"Homepage": "https://github.com/disoauth/DiscoAuth",
"Repository": "https://github.com/disoauth/DiscoAuth"
},
"split_keywords": [
"discord",
"oauth2",
"oauth",
"auth",
"async",
"api"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "12d2ef3229b62ed63d8e9e2b66de2050dee35387be869a7160f95706c3523669",
"md5": "b6d02f2a574b8d41bbb74e304525e78c",
"sha256": "d7dbcd2504298eaff15d212eadfecd50e36daee56536ec444f2d6f8ab83926f0"
},
"downloads": -1,
"filename": "discoauth-2.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b6d02f2a574b8d41bbb74e304525e78c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 18549,
"upload_time": "2023-11-14T19:52:54",
"upload_time_iso_8601": "2023-11-14T19:52:54.981756Z",
"url": "https://files.pythonhosted.org/packages/12/d2/ef3229b62ed63d8e9e2b66de2050dee35387be869a7160f95706c3523669/discoauth-2.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9d1276131c8f79af60669cd2f9d7e1505a13328fdca23cf4e0069327d9f3b5b0",
"md5": "cbab5e4da5fdacb12edf1439568f8935",
"sha256": "acd5e791108b562b8a7167e1f58cac4abd4db9f05def617b256edf5a7200835d"
},
"downloads": -1,
"filename": "discoauth-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "cbab5e4da5fdacb12edf1439568f8935",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 12859,
"upload_time": "2023-11-14T19:52:56",
"upload_time_iso_8601": "2023-11-14T19:52:56.579234Z",
"url": "https://files.pythonhosted.org/packages/9d/12/76131c8f79af60669cd2f9d7e1505a13328fdca23cf4e0069327d9f3b5b0/discoauth-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-14 19:52:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "disoauth",
"github_project": "DiscoAuth",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "discoauth"
}