{"id":30298394,"url":"https://github.com/disoauth/discoauth","last_synced_at":"2026-06-20T04:31:23.307Z","repository":{"id":195437725,"uuid":"692904676","full_name":"disoauth/DiscoAuth","owner":"disoauth","description":"Similar to my other project, but async","archived":false,"fork":false,"pushed_at":"2024-05-23T13:47:19.000Z","size":566,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T03:09:14.887Z","etag":null,"topics":["auth","authorizer","discord","discord-api","oauth","oauth2","python"],"latest_commit_sha":null,"homepage":"https://discoauth.rtfd.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/disoauth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-09-17T23:37:50.000Z","updated_at":"2025-02-07T02:56:39.000Z","dependencies_parsed_at":"2023-09-28T20:29:27.241Z","dependency_job_id":"9a866d9c-98e3-4ce1-838d-8b77d8b66c91","html_url":"https://github.com/disoauth/DiscoAuth","commit_stats":null,"previous_names":["arcader717/async-disoauth2","disoauth/async-disoauth2"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/disoauth/DiscoAuth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disoauth%2FDiscoAuth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disoauth%2FDiscoAuth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disoauth%2FDiscoAuth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disoauth%2FDiscoAuth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/disoauth","download_url":"https://codeload.github.com/disoauth/DiscoAuth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disoauth%2FDiscoAuth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270803621,"owners_count":24648707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auth","authorizer","discord","discord-api","oauth","oauth2","python"],"created_at":"2025-08-17T04:01:49.002Z","updated_at":"2026-06-20T04:31:23.237Z","avatar_url":"https://github.com/disoauth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 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\u0026logo=readthedocs)](https://discoauth.rtfd.io)\n[![Codecov](https://img.shields.io/codecov/c/gh/disoauth/DiscoAuth?style=for-the-badge\u0026logo=codecov)](https://codecov.io/gh/disoauth/DiscoAuth)\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 3.0.0\n\n*P.S.* The version number *(Major.Minor)* following the functions and models show which versions I intend to add them\n\n- [ ] Add functions and models for User and Guild\n  - [ ] User\n    - [ ] Functions\n      \u003cdetails\u003e\n      \u003csummary\u003eUser Functions\u003c/summary\u003e\n        \n      - [ ] Get User - v2.1\n      - [ ] Modify Current User - v2.1\n      - [ ] Get Current Guild Members - v2.1\n      - [ ] Leave Guild - v2.1\n      - [ ] Create DM - v2.1\n      - [ ] Create Group DM - v2.1\n      - [ ] Get Current User Connections - v2.1\n      - [ ] Get Current User Application Role Connection - v2.1\n      - [ ] Update Current User Application Role Connection - v2.1\n  - [ ] Guild\n    - [ ] Functions\n      \u003cdetails\u003e\n      \u003csummary\u003eCheck The Guild Functions (It's long)\u003c/summary\u003e\n        \n      - [ ] Create Guild - v2.2\n      - [ ] Get Guild Preview - v2.2\n      - [ ] Modify Guild - v2.2\n      - [ ] Delete Guild - v2.2\n      - [ ] Get Guild Channels - v2.4\n      - [ ] Create Guild Channels - v2.4\n      - [ ] Modify Guild Channels Positions - v2.4\n      - [ ] List Active Guild Threads - v2.2\n      - [ ] Get Guild Member - v2.3\n      - [ ] List Guild Members - v2.3\n      - [ ] Search Guild Members - v2.3\n      - [ ] Add Guild Member - v2.3\n      - [ ] Modify Guild Member - v2.3\n      - [ ] Modify Current Member - v2.3\n      - [ ] Modify Current User Nick - v2.3\n      - [ ] Add Guild Member Role - v2.4\n      - [ ] Remove Guild Member Role - v2.4\n      - [ ] Remove Guild Member - v2.3\n      - [ ] Get Guild Bans - v2.2\n      - [ ] Get Guild Ban - v2.2\n      - [ ] Create Guild Ban - v2.2\n      - [ ] Remove Guild Ban - v2.2\n      - [ ] Get Guild Roles - v2.5\n      - [ ] Create Guild Role - v2.5\n      - [ ] Modify Guild Role Positions - v2.5\n      - [ ] Modify Guild Role - v2.5\n      - [ ] Modify Guild MFA Level - v2.2\n      - [ ] Delete Guild Role - v2.5\n      - [ ] Get Guild Prune Count - v2.3\n      - [ ] Begin Guild Prune - v2.3\n      - [ ] Get Guild Voice Regions - v2.6\n      - [ ] Get Guild Invites - v2.2\n      - [ ] Get Guild Integrations - v2.6\n      - [ ] Delete Guild Integration\n      - [ ] Get Guild Widget Settings\n      - [ ] Modify Guild Widget\n      - [ ] Get Guild Widget\n      - [ ] Get Guild Vanity URL\n      - [ ] Get Guild Widget Image\n      - [ ] Get Guild Welcome Screen\n      - [ ] Modify Guild Welcome Screen\n      - [ ] Get Guild Onboarding\n      - [ ] Modify Guild Onboarding\n      - [ ] Modify Current User Voice State\n      - [ ] Modify User Voice State\n      \u003c/details\u003e\n    - [ ] Models (Like channel, and role models)\n      - [ ] Guild Preview Model - v2.2\n      - [ ] Guild Member Model - v2.3\n      - [ ] Channel Model - v2.4\n      - [ ] Role Model - v2.5\n      - [ ] Integration Model - v2.7\n      - [ ] welcome Screen Model - v2.8\n      - [ ] Guild Onboarding Model - v2.8\n      - [ ] Guild Widget - v2.7\n- [ ] Raise `MissingScopes` when trying to use a functions that need extra scopes\n\n***\n\n### Useful Links:\n\n- [License](https://github.com/disoauth/DiscoAuth/blob/main/LICENSE)\n- [Contributing \u0026 Guidelines](https://github.com/disoauth/DiscoAuth/blob/main/CONTRIBUTING.md)\n- [Roadmap](https://github.com/orgs/disoauth/projects/1)\n\n***\n\n## Coverage\n\n[![Coverage](https://codecov.io/gh/disoauth/DiscoAuth/graphs/sunburst.svg?token=0A6DPREED2)](https://codecov.io/gh/disoauth/DiscoAuth)\n\n***\n\n## Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Arcader717\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/134526462?v=4?s=100\" width=\"100px;\" alt=\"Arcader717\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eArcader717\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#code-Arcader717\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#doc-Arcader717\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#example-Arcader717\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"#tutorial-Arcader717\" title=\"Tutorials\"\u003e✅\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n***\n\n## License\n\nThis project is under the [MIT License](https://en.wikipedia.org/wiki/MIT_License)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisoauth%2Fdiscoauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdisoauth%2Fdiscoauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisoauth%2Fdiscoauth/lists"}