Closes #1 Reviewed-on: #1
Bot queries EpicGames website once a day for free games. Bot tracks already seen games, so you won't receive telegram notification twice for the same game.
clone this repository
setup cronjob for run.php
run.php
0 10 * * * /usr/bin/php /opt/scripts/epicgames_promotions_bot/run.php
in run.php configure telegram BOT_KEY and list telegram user ids to send notifications for
$config = [ 'tg_bot_key' => 'BOT_KEY', 'tg_chat_ids' => [ '111111111', // user1 '222222222', // user2 ], ];