A script for sending spam with a lot of telegrams accounts with proxies with telethon sessions
git clone "https://github.com/BulatXam/TelegramSpam"
pip install -r requirements.txt
Fill in the csv file proxies.csv in base dir:
proxy_type:
- 1-socks4
- 2-socks5
- 3-http/https
Add telethon sessions in directory "sessions"
By writing python manage.py <command_name> --help
ou will get a brief documentation of the command
Write command in command line:
python manage.py add_clients
You have added clients to the database and now you can work with them
We will write this command to write additional information about our customers to the database
python manage.py edit_clients
To pair the participants of the desired chat, enter:
python manage.py parse_chat <chat_username> <50>
50 - how many users 1 added client will write to in private messages
To start spam:
python manage.py spam_send <text>
This script will be further refined and improved