Track apps on Steam, and get alerts when they go on sale or release!
Hosting this bot yourself requires a Discord bot token, the Go CLI, and a MongoDB cluster.
Make sure to set the environment variables needed in the main.go
file.
git clone https://github.com/jasonly027/steam_sale_discord_bot_go.git
cd steam_sale_discord_bot
go run ./main.go
- DiscordGo - Go bindings for Discord's REST API and WebSocket-Events.
- Steam's Internal Web API - Community-driven documentation of the API can be accessed there. Used for deserializing Steam's IWA endpoints.
- MongoDB - A NoSQL cloud database.