Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

linuxhubit/telegram-rss-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram RSS Bot

Simple RSS bot for Telegram.

Requirements

  • python 3 (tested on 3.8)
  • feedparser==6.0.1
  • python-dateutil==2.8.1
  • urllib3==1.25.10
  • requests==2.24.0

How to use

Install requirements:

pip install -r requirements.txt

create config file:

cp config.example.py config.py

and edit to fits your data Then start:

python3 main.py

Credits

This bot is based on jimocic work.

Releases

No releases published

Packages

No packages published

Languages