Telegram bot that can subscribe to channels and forward messages from them. Might be useful for reading news or collecting entertainment content from different sources in one place.
- Build libtdjson and put it to the
lib/
folder - Run
stack build
- Optional: create
.env
file with settings:API_ID=****** API_HASH=******************************** PHONE_NUMBER=************
- Execute
run.sh
Available commands:
/add <link>
- Add channel to subscriptions list/show
- Print a list of active subscriptions/remove <id>
- Remove channel from subscriptions list
This project is released under the MIT license. For more details, take a look at the LICENSE file.