Add this bot on Telegram: telegram.me!
Telereddit is a Telegram bot which lets you easily see shared Reddit posts previews directly in the group chat. This bot will also automatically send a random post from a subreddit when you name it.
Get it on telegram.me!
- Clone the repository
- Install requirements
pip install -r requirements.txt
- Set up Telegram token and API keys by duplicating and filling out
./telereddit/config/template.env
- Set the environment variable
REDDIT_BOTS_MACHINE
to the name of the env file (e.g.: fordev.env
setREDDIT_BOTS_MACHINE=DEV
) - Start the bot
python -m telereddit
- Enjoy
If you want to report a bug or would like a feature to be added, feel free to open an issue.
We follow Semantic Versioning. The version X.Y.Z indicates:
- X is the major version (backward-incompatible),
- Y is the minor version (backward-compatible), and
- Z is the patch version (backward-compatible bug fix).
GPL v3 - Copyright 2020 © fabio.sangregorio.dev.