A Telegram bot which provides interaction with kinospartak.ru.
Available commands:
- /today - movie schedule for today
- /tomorrow - movie schedule for tomorrow
- /news - news ¯\(ツ)/¯
Bot updates channel with new movies then they posted at http://kinospartak.ru/billboard/schedule/ and news from http://kinospartak.ru/event/ Memcached required for saving old schedule and news offset
- Create a new heroku app.
- Select GitHub as deployment method and connect it to this or to your repository.
- Create a new bot account with BotFather.
- Go to your heroku app settings page and create the following config variables:
- TOKEN: the token you received from the BotFather.
- BOT_URL: your heroku app url https://your-heroku-app-name.herokuapp.com
- CHANNEL: name of your channel to push updates. "@" symbol should be included (@channelname)