ynsrkn / inhouse-bot

Discord bot to track stats for League of Legends Custom Games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inhouse-bot

A Discord bot built with py-cord to show stats for League of Legends Custom Games.

Installation

  • Clone the repository and add a config.yaml file in the project root with the following properties:
DB_CONNECTION_STRING: <STRING>
DISCORD_TOKEN: <TOKEN>
GUILD_IDS: [123, 456]
  • Run pip install -r requirements.txt to install dependencies.

Usage

  • Open and login to the League of Legends client. It needs to be open to scrape local custom game match history data.

  • From the project root directory run python inhouse_bot.py to start the Discord bot.

About

Discord bot to track stats for League of Legends Custom Games

License:MIT License


Languages

Language:Python 99.6%Language:Shell 0.4%