Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.11 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.11 KB

PsDiscountsBot

Source code of Telegram bot, that can parse discounted games from PlayStation Store and post this games to Telegram channel.

logo

Main features

  • 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

Used technologies

  • 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