Simple Bot to sending media files to Telegram channel according to a interval schedule.
This Bot uses the Updater class to handle the bot and the JobQueue to send messages in linear defined time intervals.
Press Ctrl-C
on the command line or send a signal to the process to stop the
bot.
To create runnable execute application use next:
pyinstaller --onefile --console main.py
tg_schedule_woodpecker v1.0.1
Hello! I am sending media files to Telegram channel according to selected interval schedule.
You can control me by sending these commands:
Commands
/start - Initial point (now you here)
/help - List of available commands (same as /start)
/send - Post next media to channel now
/set [interval] - Create schedule job for publishing a limited set of media
/clear - Clear the current job queue
/uinfo - You personal Telegram account information
- Python 3.4 or later
- python-telegram-bot
- pyinstaller (only for Windows builds)
Anyone is welcome to contribute. If you decide to get involved, please take a moment and check out the following:
The code is available under the MIT license.