Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anuja-rahul/stat-retrieval-using-riotapi
- Owner: anuja-rahul
- License: mit
- Created: 2024-03-27T17:07:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T13:59:12.000Z (10 months ago)
- Last Synced: 2024-11-08T18:36:44.056Z (3 months ago)
- Topics: learning-by-doing, oop, python3, riot-games-api, statistics
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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"
```