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 hashes)

Uploaded Source

Supported by

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