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.3.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.3.tar.gz.
File metadata
- Download URL: rankade.py-0.1.3.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 |
25a8d20107033c0108d147e6b35106e7b36851c03d50e272bdccfd68ba98891a
|
|
| MD5 |
5b0b87950d22053e8530ec3f526cc9aa
|
|
| BLAKE2b-256 |
b44ea6b78ef856ca60abc1f7dc0d6f846ade3837d983ac9703ab7b558a90e6fa
|
File details
Details for the file rankade.py-0.1.3-py2.py3-none-any.whl.
File metadata
- Download URL: rankade.py-0.1.3-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 |
d6be3e74e36e5b32a787b63945edc6d0cb8ad1fa548f3091b82bc1dd721e594c
|
|
| MD5 |
34c79671fa829058fa3083c0021ed745
|
|
| BLAKE2b-256 |
e4e26bae886b8902d1b28464fa43efded460ac081d21afbf0c19331e2378a28c
|