Telegram bot for news monitoring built using Python and Datanews News API.
This repo contains an implementation of the Telegram bot that uses Datanews API.
Be sure to check out the article on how all this works: https://datanews.io/blog/building-telegram-news-bot-2020
git clone <this repo url>
cd telegram-bot
pip install -r requirements.txt
python main.py <datanews api key> <telegram token>
Check out a live example at https://t.me/realDatanewsBot.