Skip to content

deltachat-bot/feedsbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feeds

Latest Release CI Code style: black

Delta Chat bot that allows to subscribe to RSS/Atom feeds.

Install

pip install feedsbot

Configure the bot:

feedsbot init [email protected] PASSWORD

Start the bot:

feedsbot serve

Run feedsbot --help to see all available options.

User Guide

To subscribe an existing group to some feed:

  1. Add the bot to the group.
  2. 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.