Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anuja-rahul/stat-retrieval-using-riotapi

A python program that can access and retrieve your desired information from riot games api and returns/stores them as text/bytes.
https://github.com/anuja-rahul/stat-retrieval-using-riotapi

learning-by-doing oop python3 riot-games-api statistics

Last synced: 23 days ago
JSON representation

A python program that can access and retrieve your desired information from riot games api and returns/stores them as text/bytes.

Awesome Lists containing this project

README

        

![Markdown](https://img.shields.io/badge/-Markdown-000?style=for-the-badge&logo=markdown)

![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=anuja-rahul&repo=stat-retrieval-using-riotAPI\&theme=nightowl)

# Stat retrieval using riotAPI
#### Currently only support league of legends only !

![GitHub](https://img.shields.io/badge/GitHub-%23181717.svg?style=for-the-badge&logo=github&color=000)
  
![GitHub](https://img.shields.io/github/forks/anuja-rahul/stat-retrieval-using-riotAPI?style=for-the-badge&logo=github)
  
![GitHub](https://img.shields.io/github/license/anuja-rahul/stat-retrieval-using-riotAPI?style=for-the-badge&logo=github)
  
![GitHub](https://img.shields.io/github/stars/anuja-rahul/stat-retrieval-using-riotAPI?style=for-the-badge&logo=github)

## Prerequisites:

- A riot games developer account with access to a developer api key.
- You can set up an account from [here](https://developer.riotgames.com/).
- Python v3.10 or higher.
- You can download python from [here](https://www.python.org/downloads/).
- All the packages specified in the [requirements.txt](https://github.com/anuja-rahul/stat-retrieval-using-riotAPI/blob/main/requirements.txt) file.
- Save your api key in a .env file (or you can hardcode it into a variable, although not recommended)
- Your .env file should look something similar to this,
```dotenv
# Example .env file
API_KEY="YOUR API KEY"
```