https://github.com/mosk53/telegram-bulk
Advertisement Software for Telegram
https://github.com/mosk53/telegram-bulk
bot kivy kivy-framework kivymd python telegram telegram-bot telegram-bot-api telegram-bulk-message-sender
Last synced: about 1 month ago
JSON representation
Advertisement Software for Telegram
- Host: GitHub
- URL: https://github.com/mosk53/telegram-bulk
- Owner: mosk53
- Created: 2022-11-02T18:11:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T09:20:55.000Z (over 1 year ago)
- Last Synced: 2025-03-26T04:34:53.284Z (about 2 months ago)
- Topics: bot, kivy, kivy-framework, kivymd, python, telegram, telegram-bot, telegram-bot-api, telegram-bulk-message-sender
- Language: Python
- Homepage:
- Size: 406 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram-Bulk
Advertisement Software for Telegram Messenger
## Telegram Group Message Bot
A Telegram bot that allows you to send a predefined private message with or without an image to all members of a group. Please note that this bot may not work in all groups due to Telegram's policies.
## Prerequisites
- Python 3.9
- Telethon (Telegram client library for Python)
- Telegram API Key
- Kivy / Kivymd## Getting Started
If you are familiar with Kivy, using this software should be straightforward.
If not, follow the steps below:1. Open your terminal and navigate to the `telegram-bulk` folder.
2. Execute the following command:**On Windows:**
```python telegram-bulk.py```
**On Mac:**
```python3.9 telegram.py```
If you are unsure about obtaining your API credentials from my.telegram.org, simply search for instructions online.
While we have not tested it with BotFather, it may work; please share your experience if you have tried it.