Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasonly027/steam-sale-discord-bot

A Java based Discord bot that tracks Steam apps of your choice and sends alerts when they go on sale. Note: This is the outdated version of the bot. The new one is rewritten in Go.
https://github.com/jasonly027/steam-sale-discord-bot

discord discord-bot jda-bot steam steam-api steam-sale-tracker

Last synced: 1 day ago
JSON representation

A Java based Discord bot that tracks Steam apps of your choice and sends alerts when they go on sale. Note: This is the outdated version of the bot. The new one is rewritten in Go.

Awesome Lists containing this project

README

        

Steam Sale Bot (Outdated)


Note: Check out the newer version of this bot here


Profile Picture


A Java based Discord bot that tracks Steam apps of your choice and sends
alerts when they go on sale.



Invite Link

## Commands and FAQ
Commands and FAQ

## Screenshots
Discord Status
Sale Alerts
Search for Lethal
Search result for Lethal

## Technologies
- JDA - A Java wrapper
for Discord's REST API and WebSocket-Events.
- Steam's Internal Web API -
Community-driven documentation of the API can be accessed there.
- Jackson - A Java JSON library.
Used for deserializing Steam's IWA endpoints.
- MongoDB - A NoSQL database in the cloud for storage

## Authors
* [Jason Ly](https://github.com/jasonly027/)
* [My Nguyen](https://mynguyen.vercel.app/)