Unofficial Python async wrapper for the Rankade API
Project description
Rankade.py
Unofficial Python async wrapper for the Rankade API.
Installation
pip
pip3 install rankade.py
Usage
Access the Rankade API
- Select the group on Rankade you wish to use.
- From the "Group Manager" screen select "APIs".
- This should bring you to the "Credentials and status" page.
- Copy your key.
- Generate a secret.
Sample Project
import asyncio
import rankade
async def main():
rankade = rankade.Rankade(key="rankade-key", secret="rankade-secret")
result = rankade.get_games()
print(result)
if __name__ == '__main__'
asyncio.run(main())
Examples
See Documentation or Examples for more.
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rankade.py-0.1.4.tar.gz
(30.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rankade.py-0.1.4.tar.gz.
File metadata
- Download URL: rankade.py-0.1.4.tar.gz
- Upload date:
- Size: 30.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83e17df79d08eccad5f7f1cecae60ac0625d6acf9c16ac4741a5e367f2c7cef3
|
|
| MD5 |
5929666d063750fb8baad13f3e2b5801
|
|
| BLAKE2b-256 |
8c2ff6573e3024c858ffafcb9bc11ab4a144c164a20d49e728ae1e44019b8e70
|
File details
Details for the file rankade.py-0.1.4-py2.py3-none-any.whl.
File metadata
- Download URL: rankade.py-0.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 27.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6603fa4db6ff9325e06c5bba69f09c16d7618a12b216978bd92c36494dd5cf4d
|
|
| MD5 |
2cdc6585e78ac196fe374f108351454c
|
|
| BLAKE2b-256 |
4b73c4bd3e3cf2eda574c6bccd709af64ecd8654c4cf506f6b6c2fee06905047
|