Steam Price Monitor & Telegram Bot
Automated price monitoring system for games on Steam with instant notifications in Telegram.
The script simulates user actions, bypasses age restrictions, retrieves the current game price, and compares it with previous values. When the price changes, the user receives a message with detailed information.
Main functionality:
automatic parsing of Steam pages (Playwright)
bypassing age-gate (selecting year of birth)
tracking price changes
saving history in CSV (Pandas)
sending notifications in Telegram (Aiogram)
In the notification:
status of change (decrease/increase)
game title
old and new price
difference in hryvnias
direct link to the game
Technologies:
Python, Playwright, Aiogram, Pandas, Regex
#python #parsing #automation #telegrambot #playwright #scraping #steam #bot #automation
The script simulates user actions, bypasses age restrictions, retrieves the current game price, and compares it with previous values. When the price changes, the user receives a message with detailed information.
Main functionality:
automatic parsing of Steam pages (Playwright)
bypassing age-gate (selecting year of birth)
tracking price changes
saving history in CSV (Pandas)
sending notifications in Telegram (Aiogram)
In the notification:
status of change (decrease/increase)
game title
old and new price
difference in hryvnias
direct link to the game
Technologies:
Python, Playwright, Aiogram, Pandas, Regex
#python #parsing #automation #telegrambot #playwright #scraping #steam #bot #automation