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

Uploaded Source

File details

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

File metadata

  • Download URL: rankade.py-0.1.2.tar.gz
  • Upload date:
  • Size: 20.6 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.2.tar.gz
Algorithm Hash digest
SHA256 6f20e76392a9ea208390be3ef6b1ad3428ae22632a902446d3a2da3e27d3ef2c
MD5 0ec75b56c27cb7a53c9f006feae3fde6
BLAKE2b-256 03a8953555692bba60d38cf190584409a8008e2888128b4a7917431601ff1735

See more details on using hashes here.

Supported by

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