Skip to content

Jeffrieh/SteamLadderBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Steam Ladder Discord bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Dockerfile 1.2%