anasty17 / rss-chan

A telegram RSS feed reader bot, made in python using feedparser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A telegram RSS feed reader bot, made in python using feedparser.


About

A self-hosted telegram bot that dumps posts from RSS feeds to a telegram chat.

I decided to go with BoKKeR's repo as a base for my modifications, since he had already implemented the basic logic for parsing & sending feeds.

The (heavily) modified code addresses a few issues in his repo with some new features of my own. Head over to the changelog section for more.

Deploy

Instructions to deploy the bot to Heroku/locally resides in the wiki.

Usage

The bot uses a Title <-> URL mechanism so that the user doesn't have to mess with the feed URL every-time, instead use a Title to perform a task.

Commands:
/help: To get the help message
/list: List your subscriptions
/get Title 10: Force fetch last n feed(s)
/sub Title https://www.rss-url.com: Subscribe to a RSS feed
/unsub Title: Removes the RSS subscription corresponding to it's title
/unsuball: Removes all subscriptions

Credits

Projects used in the making:

Others:

About

A telegram RSS feed reader bot, made in python using feedparser.

License:GNU General Public License v3.0


Languages

Language:Python 95.3%Language:Dockerfile 3.5%Language:Shell 1.3%