Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jasonly027/steam-sale-discord-bot
- Owner: jasonly027
- Created: 2023-12-12T00:57:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T05:23:30.000Z (18 days ago)
- Last Synced: 2025-01-09T06:35:55.164Z (18 days ago)
- Topics: discord, discord-bot, jda-bot, steam, steam-api, steam-sale-tracker
- Language: Java
- Homepage:
- Size: 530 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Steam Sale Bot (Outdated)
Note: Check out the newer version of this bot here
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
## Screenshots
## 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/)