https://github.com/ath31st/steam_news_bot
A bot for news about your Steam games. Stay up to date with the latest patches, DLC releases, and game events!
https://github.com/ath31st/steam_news_bot
exposed gradle-kotlin-dsl ktgbotapi ktor multilanguage sqlite3 steam telegram telegram-bot
Last synced: 6 months ago
JSON representation
A bot for news about your Steam games. Stay up to date with the latest patches, DLC releases, and game events!
- Host: GitHub
- URL: https://github.com/ath31st/steam_news_bot
- Owner: ath31st
- License: mit
- Created: 2022-07-23T14:45:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T08:34:20.000Z (6 months ago)
- Last Synced: 2025-04-09T09:32:25.051Z (6 months ago)
- Topics: exposed, gradle-kotlin-dsl, ktgbotapi, ktor, multilanguage, sqlite3, steam, telegram, telegram-bot
- Language: Kotlin
- Homepage: https://t.me/steam_newsy_bot
- Size: 2.23 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Steam news bot




## List of contents
1. [Program version](#program-version)
2. [Introduction](#introduction)
3. [Project objectives](#program-version)
4. [What can the bot do?](#what-can-the-bot-do)
5. [List of supported commands](#list-of-supported-commands)
6. [List of used libraries](#list-of-used-libraries)
7. [Versions](#versions)
8. [Project Updates](#project-updates)
9. [License](#license)## Program version
2.1.2
## Introduction
It's no secret that the steam platform has significant drawbacks and general slowness and
sluggishness. News about apps
and games there are in disarray and without sorting by date and time. This bot allows you to receive
the latest news
from application developers in a timely manner, in a convenient application (telegram)
Try it now: [Steam News Bot](https://t.me/steam_newsy_bot)
## Project objectives:
✅ Develop a telegram bot that will promptly deliver news on games and software from the steam
platform.
✅ Add the ability to ignore uninteresting applications.
✅ Place the bot on the linux(raspbian) server using PM2(advanced, production process manager for
node.js).
✅ Make the bot multilingual.## What can the bot do?
1. The first and most important thing is that the bot does not use or store any private information
about users. Only
open sources and the steam API are used.
2. The bot determines the user's language from the set language in the telegram settings. Two
languages are supported so far - Russian and English. (21.08.2022).France, Germany, Ukraine languages ware added (25.03.2025).
3. After the greeting, the bot will prompt the user to register. Registration is very simple, you
only need a Steam ID.

4. When registering, the bot requests the user's application library from the steam, according to
the entered Steam ID,
and then saves the user's data to the database.
5. The bot has a scheduler.
- Every 30 minutes, news is searched for and sent to users.
- In case of problems (and the steam platform is not the
most agile), problematic requests will be repeated every 5 minutes after failure.
- Every 24 hours, the bot updates the user application database.
6. In the settings you can find:

- _"Set/Update Steam ID"_ - This is necessary for registration.
- _"Check your steam ID"_ - Here you can see the installed steam ID and activity mode.
- _"Check available wishlist"_ - Checking that the wishlist is available and news on games from
the list will be received.
- _"Set \"active\" mode"_ - Set the active mode. Only in this mode the bot will send you news.
- _"Set \"inactive\" mode"_ - Set inactive mode if you are tired of the news in general.
- _"Clear black list"_ - Clearing the blacklist.
- _"Black list"_ - List of blacklisted applications.
7. You can add the application to the blacklist under the news.

8. Added a wish list for accounts that have access to game information in steam settings. In order
for the bot to get access to the desired list, the privacy settings in steam should look like
this: (updated 21.08.2023)
## List of supported commands:
/start
/settings
/help## List of used libraries:
1. telegram bot API - library for working with Telegram Bot API
2. slf4j + logback - logger
3. sqlite + exposed - lightweight database
4. quartz - job scheduling library
5. koin - dependency injection library
6. ktor - web framework## Versions:
- Kotlin: 2.1.10
- Ktor: 3.0.3
- Koin: 3.5.6
- SQLite: 3.42.0.1
- Exposed: 0.58.0
- Quartz: 2.5.0
- TelegramBotAPI: 24.0.0
- Gradle: 8.5You can use its services yourself if it is online - https://t.me/steam_newsy_bot.
## Project Updates
(update 21.08.2023)
I didn't rent a server for a bot, but just used ~~raspberries~~ mini-PC iRU 114. This is my little
production server
from improvised means.(update 25.03.2025)
The application was completely rewritten from Java + Spring to Kotlin + Ktor using an asynchronous
approach.
It has become more stable and faster, and is prepared for an increase in the number of users.## License
This project is distributed under the terms of the MIT license. See [LICENSE](LICENSE).