Skip to main content

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". Rankade Group Manager Modal
  • 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

Documentation

Project details


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.6.tar.gz (20.7 kB view details)

Uploaded Source

File details

Details for the file rankade.py-0.1.6.tar.gz.

File metadata

  • Download URL: rankade.py-0.1.6.tar.gz
  • Upload date:
  • Size: 20.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for rankade.py-0.1.6.tar.gz
Algorithm Hash digest
SHA256 5ded3a00419140937e6d63dbf8b645eb9985d24dd175af0c05f86b47919421bc
MD5 538fba85020ee6318563884b2d8690d4
BLAKE2b-256 f08fb5a7e970c77b983fe187eb902775355c43326844c58a425e66083b2e8365

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page