Skip to main content

Telegram Mass Message Sender

image-20240422165845320

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.

image-20240423082734066

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:

image-20240423082835614

Directory Functions:

Directory NameFunctionNotes
ReportsOutput directory. Stores various sending logs, filtering results, group information, etc.Mostly txt files, just open to view
Working AccountsStorage location for session files ready for work. All sessions in this directory will be used for operations.Telethon format
GeneratedSessions can be generated through the program's code reception. Good news for those who only have tdata. Generated Telethon Sessions will appear hereTelethon format
AvatarsPlace some avatar images here. When modifying profiles, the program will randomly select one. Note size should be between 256x256 ~ 512x512jpeg/png
Abnormal AccountsDuring program operation, accounts whose status changes, such as banned, restricted, flood wait, will be copied from working accounts directory to here
Direct Message ContentIn direct message mode, content comes from txt files in this directory. Supports HTML format.
ConvertOnly for converting pyrogram format to Telethon format.

And some fixed files:

File NameFunctionNotes
licenseKey file
Numbers to FilterPhone numbers file for identifying and filtering active accounts
Bio ListAccount bio information, one per line. Randomly selected when modifying account info.
ConfigProgram configuration. Detailed explanation belowDon't hesitate, open with notepad
Group LinksGroup links to join. One per line.
Username ListNicknames for each account. One per line.

2. Add Account

image-20240423151704944

Place the purchased session into this folder. The folder should look like:

image-20240423151755763

Note that all sessions in this directory participate in business. Please copy out and copy in for control.

3. Start Joining Groups

  1. First, add the group to join to the Group Links.txt
  2. Then start following the prompts.

image-20240506091632969

  • 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.