Source code of Telegram bot, that can parse discounted games from PlayStation Store and post this games to Telegram channel.
- Parsing all available PlayStation Store pages with discounted games (package datasource)
- Writing discounted games into .json file by special data model (package models)
- Updating discounted games in .json file every day in defined time of day (packages taskmanager, telegram)
- Auto-posting of discounted games to any telegram channel (packages taskmanager, telegram)
- Manual posting control by special commands to bot (package telegram)
- Fully autonomus, all features scheduled with tasmkanager package and executes at defined time every day
- go-telegram-bot-api - Golang bindings for the Telegram Bot API
- phantomgo - Rendering web-pages with .js components
- GJSON - Fast and simple way to get values from .json files