Delta Chat bot that allows to subscribe to RSS/Atom feeds.
pip install feedsbot
Configure the bot:
feedsbot init bot@example.com PASSWORD
Start the bot:
feedsbot serve
Run feedsbot --help
to see all available options.
To subscribe an existing group to some feed:
- Add the bot to the group.
- Send
/sub https://delta.chat/feed.xml
(replace the URL with the desired feed)
To subscribe to a feed and let the bot create a dedicated group for you with the feed image as group avatar, etc., just send the command /sub https://delta.chat/feed.xml
(replacing the URL for the desired feed) to the bot in private/direct (1:1) chat.
To unsubscribe the group from all feeds, just remove the bot from the group, or to unsubscribe from a particular feed (replace feed URL as appropriate):
/unsub https://delta.chat/feed.xml
To see all feeds a group is subscribed to, just send /list
inside the desired group.