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

Uploaded Source

File details

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

File metadata

  • Download URL: rankade.py-0.1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 29061c658af3684197a7ec7d65bf8b04b51efbe7ef2b158ad3b2ebd6407d916f
MD5 be089c1a122b3d0be875bc8b47961f82
BLAKE2b-256 7dc2482883f02809ed84b8e9d12a738e222d24aa59041319743195c01b4bcceb

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