Hi there!
These bots just send latest hot submissions from subreddit /r/%subreddit% to telegram channel @r_%subreddit% hourly. For example /r/gifs → @r_gifs.
If you want to obtain your own channel for /r/%subreddit%
:
- Create new public telegram channel
@r_%subreddit%
. - Add
@reddit2telegram_bot
as administrator to this channel. - Make a pull request to this repo with new script to make posts (use
/channels/r_funnny/app.py
as draft). - Then I will make it alive :)
- For any questions do not hesitate to contact me in @r_channels group or on reddit.
BTC: 1HR9Y8v4aPG5qcQwhiwQu2qHufD6JE5w8c
ETH: 0x1987b8DFEBc3F52f91b2Af033f616c9D20Fde7ad
Easiest way is to ask for new channel at @r_channels.
But if you are geek enough then install mongodb, python and setup cron:
46 * * * * ~/reddit2telegram/auto_update.sh
* * * * * ~/reddit2telegram/cron_job.sh
Or, you can build a docker? If yes, pls PR.