https://github.com/neluckoff/telegram_spam_userbot
Telegram bot for sending spam on behalf of the user.
https://github.com/neluckoff/telegram_spam_userbot
pyrogram pyrogram-userbot spam-bot telegram-bot telegram-spammer
Last synced: 5 months ago
JSON representation
Telegram bot for sending spam on behalf of the user.
- Host: GitHub
- URL: https://github.com/neluckoff/telegram_spam_userbot
- Owner: neluckoff
- License: mit
- Created: 2022-07-17T13:46:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T19:34:32.000Z (over 3 years ago)
- Last Synced: 2024-11-27T20:37:06.689Z (over 1 year ago)
- Topics: pyrogram, pyrogram-userbot, spam-bot, telegram-bot, telegram-spammer
- Language: Python
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Telegram spam bot
Telegram userbot for sending to all your contacts on your behalf. The [Pyrogram](https://github.com/pyrogram/pyrogram) module was used to write the bot.
# Quick start
For a quick start, first of all, you need to fill in all the data in [.env](https://github.com/neluckoff/telegram_spam_userbot/blob/master/.env).
I'll tell you what it is: `API_ID` and `API_HASH` are the individual data of the telegram account from which the mailing will be made - you can get them from this [link](https://my.telegram.org/auth);
`PHONE` is your phone number to which the account is linked.
After filling in the basic information, let's move on to the `spam_files` folder. It stores the main content of your newsletter message, namely text and image. The text is in the `text.md` file - after all,
telegram supports Markdown markup for beautiful text output (if you don't want beautiful text, you can just create a `text.txt` file). A photo can also be absolutely any - the main rules are the format
.png/.jpg/.jpeg and the name image (example: `image.png`).
If the files are not named properly (text.md/text.txt and image.png/image.jpg/image.jpeg), then the message will be sent without it.
# Commands
Commands are best used in a chat with yourself, or as it is called in telegram - Favorites.
* **/help** - help command output
* **/start** - start mailing
* **/check** - see what the message looks like before sending