Telegram Message Sender is a desktop application on PyQt5 with a Russian interface for working with Telegram bots. It allows you to get information about Telegram users and send them messages using the Telegram Bot API.
- Setting up a bot token to work with Telegram API
- Getting user information by ID (name, last name, username, description)
- Displaying user avatar (if available)
- Sending messages to Telegram users
- Python 3.7+
- PyQt5
- Telebot
- Requests
- Clone the repository:
git clone https://github.com/flarosoftdev/Telegram-Mesage-Sender.git
cd Telegram-Mesage-Sender
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python telegram_messgae_sender.py
- Enter the bot token (you can get it from @BotFather)
- Enter the user ID you want to get information about
- Click "Get info" to see profile data
- Enter the message text and click "Send message"
- Do not pass the bot token to third parties!
- You can find out the user ID through the bot, for example, using the
/start
command and processing messages.
- Developer: Flarosoft
- Email: [email protected]
- Developer's Telegram channel: @flarosoftdev
- Archive with Telegram bots from Flarosoft: @flarosoftbots
- GitHub: Flarosoft Development
- Developer's website: flarosoft.pages.dev