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
- Host: GitHub
- URL: https://github.com/dorstern3/discord-bot-api-lol
- Owner: dorstern3
- Created: 2022-10-06T17:16:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T14:24:04.000Z (over 3 years ago)
- Last Synced: 2025-01-29T07:30:32.705Z (over 1 year ago)
- Topics: api, discrod-bot, league-of-legends, python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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