Telegram Mass Message Sender
Brief Introduction
An extremely simple program. The main functions are: joining groups
and sending messages
. Worth noting is: risk control
. This tool has extensive risk control code adaptations to ensure maximum successful message delivery... However, account bans cannot be avoided (after all, you are indeed SPAMMING...). Many groups have guard bots, which cannot be joined automatically - you'll need to join these manually. This is an unavoidable issue. Of course, now there's batch group sharing available. You can make good use of it to improve efficiency.
User Manual
0. How to Activate (Time to Make Money)
Contact the author, submit your serial number, and get a license.ice
file. Place it in the location shown below.
1. Directory/File Introduction
Since not much time was spent on creating a graphical interface, this program relies heavily on the default directory structure. The directory structure is as follows:
Directory Functions:
Directory Name | Function | Notes |
---|---|---|
Reports | Output directory. Stores various sending logs, filtering results, group information, etc. | Mostly txt files, just open to view |
Working Accounts | Storage location for session files ready for work. All sessions in this directory will be used for operations. | Telethon format |
Generated | Sessions can be generated through the program's code reception. Good news for those who only have tdata . Generated Telethon Sessions will appear here | Telethon format |
Avatars | Place some avatar images here. When modifying profiles, the program will randomly select one. Note size should be between 256x256 ~ 512x512 | jpeg/png |
Abnormal Accounts | During program operation, accounts whose status changes, such as banned , restricted , flood wait , will be copied from working accounts directory to here | |
Direct Message Content | In direct message mode, content comes from txt files in this directory. Supports HTML format. | |
Convert | Only for converting pyrogram format to Telethon format. |
And some fixed files:
File Name | Function | Notes |
---|---|---|
license | Key file | |
Numbers to Filter | Phone numbers file for identifying and filtering active accounts | |
Bio List | Account bio information, one per line. Randomly selected when modifying account info. | |
Config | Program configuration. Detailed explanation below | Don't hesitate, open with notepad |
Group Links | Group links to join. One per line. | |
Username List | Nicknames for each account. One per line. |
2. Add Account
Place the purchased session into this folder. The folder should look like:
Note that all sessions in this directory participate in business. Please copy out and copy in for control.
3. Start Joining Groups
- First, add the group to join to the
Group Links.txt
- Then start following the prompts.
- It's recommended to clear the
Group Links.txt
after each import. Otherwise, if there's an error during the next import, it might repeat the import.
4. Mass Sending
5. Risk Control Strategy
6. Redis? Why
7. Account Configuration (Account Information, 2fa Password, Avatar, Bio, Name)
8. Generate Account
9. Second Code Reception
10. Reports
11. Filtering
FAQ (Important)
Some Declarations
Indeed, this violates the Telegram user agreement. Therefore, account bans cannot be appealed. This is not related to the program.