This is the source code for the bot that posts the "main" Drudge Report headlines to the @DrudgeReportHeadlines Telegram channel.
The bot is currently running "serverlessly" on Heroku. Heroku
Scheduler runs python3 src/main.py
every 10 minutes. Persistence
is handled using Heroku Redis.
I hope to transition the bot to a "true" serverless environment one day. Until then, this seems to work well enough. And it doesn't cost me anything.