A simple Telegram bot that lets you receive the latest news from Il Post directly on your phone.
It is essentially a single script that parses Il Post
webpage and sends you all the available articles found
(including flashes and bits news).
(Currently not) Running at @ilpostnews_bot
- BeautifulSoup 4 - documentation
- pyTelegramBotAPI - repo
- GitHub Actions - documentation
- Scheduling with cron - examples
- Clone the repository
- Install requirements
pip install -r requirements/requirements.txt
Run ilpostnews_bot.py
to launch the script.