Skip to content

bommels/SteamLadderBot

Repository files navigation

Steam Ladder Discord Bot

This Discord bot is used to retrieve steam(ladder) stats. Active in the Steam Ladder Discord.

Running the bot
# Set your tokens and keys in config.py and rename the file
mv bot/config.sample.py bot/config.py

# Option 1: Run with docker-compose
docker-compose up -d --build

# Option 2: Run in python 3.x (easier for debugging and development)
pip install -r requirements.txt
python bot/bot.py

You can get a discord bot token here. You can get a Steam Ladder API key here.

Note: this bot is using an (currently) undocumented v2 of the Steam Ladder API.