A Bot to Track Kernel Upstreams from kernel.org and Post it on Telegram Channel
Channel Kernel Tracker is the channel where the bot will be sending the updates in. This is a Telegram Bot to Track Kernel Upstreams kernel.org and send it to a telegram channel specified. I used BeautifulSoup to scrape the data from the kernel.org website and telegram http api to send the message to the channel. Configuration Get Bot API Key from @BotFather Fill the values in vars_sample.env and rename it into vars.env. And run the bot by running:- python3 -m […]
Read more