Tool for sending advertising or any other announcements to the id-database in your telegram bot
The main need for this application is that not all backend telegram bots support effective sending alerts to users. This software allows you to make a sending alerts to your bot user base in a format convenient for you.
git clone https://github.com/g0sha1337/TgBotSendingTool.git && cd TgBotSendingTool
pip install -r requirements.txt
TelegramBotToken = 'Your_secret_tg_token' #from @BotFather
All data format exaples in files ids.txt, inline.txt, msg.txt and image.png.
python sender.py --database ids.txt --text msg.txt --image image.png --inline inline.txt
--database ids.txt
Database with telegram-IDs of users your bot. It is nessessory file to run this tool. Example--text msg.txt
Main text of your message. Should be writtent on markdown (links and etc) Example--image img.png
Image, that will be sent with your text--gif gif.gif
Gif, that will be sent with your text--inline inline.txt
List of inline buttons in format ButtonName, Link Example
Also, you can merge it and develop this soft together