cross-prom is a service for cross-promotions in telegram. It can collect channels into a list, and output all of them into one message. It has a system of filtering. IN DEVELOPMENT
Install all of the required dependencies for this project by running:
pip install -r requirements.txt
Start a chat with BotFather in Telegram and get an API token. Once you've done that, input both the API token and your user ID (double check, because the person with this ID will have all administrative privileges) and put them into the config.py
file.
This is a list of commands that can be used with the bot
/start
- display helpful message
/help
- display link to source code
/add @CHANNELNAME - DESCRIPTION
- add a channel
/list
- display the channel list
/clear
- truncate the list
/setsize INTEGER
- set the minimum limit for the number of channels
/stop
- stop polling the bot