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

https://github.com/dorstern3/discord-bot-api-lol

Discord Bot API for the game League of Legends
https://github.com/dorstern3/discord-bot-api-lol

api discrod-bot league-of-legends python

Last synced: over 1 year ago
JSON representation

Discord Bot API for the game League of Legends

Awesome Lists containing this project

README

          

# Lol-Api-Bot

## View:
https://user-images.githubusercontent.com/96941609/212476740-c6266692-6b9a-460e-a415-b8dbd759d58f.mp4

## Add Enviroment Variable (.env file):
- add the file **.env** and **edit** according to your **TOKEN** and **API_KEY** variables.
- change the **API KEY** according to your **API KEY** on the website **Riot Developer Portal** ( **API KEY** changes every 24 hours ).
- change the number of **channel ID** in main.py file.

## Install:
- python -m pip install dotenv

- python -m pip install discord

- python -m pip install asyncio