Giter VIP home page Giter VIP logo

telegram_comments_spamer_userbot's Introduction

Comments Spam Bot

This bot writes spam message at new post comments as fast as possible.

Installation

git clone https://github.com/plutonium777/telegram_comments_spamer_userbot.git
cd telegram_comments_spamer_userbot
pip install -r requirements.txt
python userbot.py

Don't forget to configure data/config.ini file and variables in userbot.py

Delay

Delay = 0.25, You can increase delay between interactions with Telegram servers if your account dying fast

Post Types

TextPost

Syntax:

spam_posts = [TextPost("text")]

Example:

spam_posts = [TextPost("Simple text post")]

Multiline example:

spam_posts = [TextPost("""
This will be at first line
This will be at second line
This will be at third line
""")]

PicturePost

Image file needs to be in one directory with userbot.py

Syntax:

spam_posts = [PicturePost("photo", "caption")]

Example:

spam_posts = [PicturePost("nat.jpg", "Beautiful nature! ๐Ÿ˜‰")]

StickerPost

You can get sticker id here: https://t.me/sticker_file_id_bot

Syntax:

spam_posts = [StickerPost("sticker_id")]

Example:

spam_posts = [StickerPost("CAACAgIAAxkBAAL6PGIzHXlhIR_MIRDTXaXz116O2Ic8AAJpAAOmysgM41g56v0Hj1wjBA")]

RandomPost

Syntax:

spam_posts = [RandomPost(posts))]

Example:

spam_posts = [RandomPost(TextPost("Random 1"), TextPost("Random 2"))]

MultiPost

Syntax:

spam_posts = [posts]

Example:

spam_posts = [TextPost("Some text!"), PicturePost("nat.jpg", "And a beautiful nature!")]

DelayedPost

Syntax:

spam_posts = [post(..., delay=seconds)]

Example:

spam_posts = [TextPost("1st!", delay=2), PicturePost("nature.jpg", "nature", delay=4)]

Markdown

Both methods are allowed:

Used Python modules

pyrogram=1.4.16
tgcrypto

Any questions?

telegram_comments_spamer_userbot's People

Contributors

plutonium777 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.