Skip to content

AngelBran/telegram-rss-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram RSS Bot

A barebones RSS bot that scrapes a list of RSS feeds and sends them via a Telegram Bot to a channel or chat.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • A bot which is has permissions for the desired channel/group/chat.
  • The ID of the channel/group/chat. To figure this out, see here.
  • Python 3

Installing

Clone the git repo. Install the python dependencies.

pip3 install -r requirements.txt

Run the bot (assumes that python3 is the binary to run Python 3).

python3 .\news-scraper-bot-v2.py "<YOUR_BOT_TOKEN>" --interval 60

Authors

  • papmech - Initial work

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

Telegram Bot for RSS scraping.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.4%
  • Shell 7.6%