

You can reuse same channel for multiple subreddits.įilters are functions that convert incoming rss feed entry to telegram message. name: funny # Name of a subreddit channel: " # Handle of a telegram channel to post to. title_link: true # Optional, false by default # If true, telegram messages will have footer with clickable link to an original post footer: true # Optional, none by default # If set, links to original posts for this feed are going to be replaced with links to # t.me/iv?url=original_link&rhash=instant_view_rhash, so you can use your own instant view templates instant_view_rhash: "some_rhash " reddit:

# Setting this to true automatically disables footer.

should_not_match: "^xkcd " # Optional, none by default # Prefix is added to the message title and can be useful if you post multiple feeds to the same telegram channel # Title with a prefix looks like this: ` Original entry title` title_prefix: "XKCD " # Optional, true by default # If set to false, disables link previews for telegram messages link_preview: true # Optional, true by default # If set to true, text in the title is going to be a clickable link to an original post. # Matching is done against an already generated telegram message, not source html provided in a feed entry. should_match: "^xkcd " # Optional, none by default # Regexp to not post messages matching it. channel: " # Optional, `generic` by default # Filter to convert a feed entry to a telegram message filter: xkcd # Optional, none by default # Regexp to not post messages not matching it. # You can reuse same channel for multiple feeds. url: # RSS feed url # Handle of a telegram channel to post to.
