{"id":23632257,"url":"https://github.com/staciax/riot-auth","last_synced_at":"2025-08-23T22:13:42.348Z","repository":{"id":269719962,"uuid":"908248342","full_name":"staciax/riot-auth","owner":"staciax","description":"A simple Python library for riot account authorization with cookies.","archived":false,"fork":false,"pushed_at":"2025-01-04T17:18:21.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T18:23:08.235Z","etag":null,"topics":["authentication","python","python311","python312","python313","riot-games-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/staciax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-25T15:14:29.000Z","updated_at":"2025-01-04T17:18:24.000Z","dependencies_parsed_at":"2024-12-25T16:25:31.504Z","dependency_job_id":null,"html_url":"https://github.com/staciax/riot-auth","commit_stats":null,"previous_names":["staciax/riot-auth"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staciax%2Friot-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staciax%2Friot-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staciax%2Friot-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staciax%2Friot-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/staciax","download_url":"https://codeload.github.com/staciax/riot-auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239558913,"owners_count":19658927,"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","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":["authentication","python","python311","python312","python313","riot-games-api"],"created_at":"2024-12-28T03:28:09.153Z","updated_at":"2025-02-18T21:47:40.743Z","avatar_url":"https://github.com/staciax.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## riot-auth\nA simple Python library for riot account authorization with cookies.\nthis project forked from [python-riot-auth](https://github.com/floxay/python-riot-auth) by [floxay](https://github.com/floxay)\n\n## Installation\n\n```bash\n# pip\npip install git+https://github.com/staciax/riot-auth.git\n\n# uv\nuv add git+https://github.com/staciax/riot-auth.git\n```\n\n## Usage\n\n```python\nimport asyncio\n\nfrom riot_auth import RiotAuth\n\n# How to get cookies\n# https://github.com/giorgi-o/SkinPeek/wiki/How-to-get-your-Riot-cookies\n\nasync def main():\n    auth = RiotAuth()\n\n    cookies = 'your riot account cookies'\n\n    await auth.redeem_cookies(cookies)\n\n    print(auth.access_token)\n\n\nasyncio.run(main())\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaciax%2Friot-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaciax%2Friot-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaciax%2Friot-auth/lists"}