This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
Reddit to Telegram is out!
This is the first release, so it has only a minimum set of features.
Features:
- Ability to subscribe to a subreddit in order to fetch new posts
- After being added to a telegram group it will sends notifications
every time a new post it's created from the subscribed subreddit - It allows you to manage if everyone can add the bot to their group
- Event-based
- Uses Redis as a cache
- Doesn't need any persistent storage
Known problems:
- If you stop the bot you have re-add it to all the groups, because
the groups' subscription are kept in memory only at runtime.