An open API service indexing awesome lists of open source software.

https://github.com/shirokamiryzen/telegram-bot-flooding

Script for flooding HTTP request telegram bot
https://github.com/shirokamiryzen/telegram-bot-flooding

telegram telegram-bot telegram-bot-api telegram-flooder

Last synced: about 1 month ago
JSON representation

Script for flooding HTTP request telegram bot

Awesome Lists containing this project

README

          

# ⚠ Disclaimer

**This script is used in purposes for spamming scammer telegram bot API.
this script can sending unlimited post request to HTTP API**

### What do you need

- Windows/Linux/Termux (or any platform that support nodeJS)
- Basic security skill (to get scammer token and ID)

### How to setup this script

**1.** Download this repository (using `git clone` or just click the big green button at the top of this page)
**2.** Install [NodeJS](https://nodejs.org/en/download/) (you may need to restart your computer if you're using Windows)
**3.** Open directory with script using `cmd` (on Windows) or terminal (on Mac OS and Linux) and type the following command: `npm install`

**4.** And configure it using following info:

- `botId` scammer bot ID and token
- `chatId` scammer chat ID
- `message` custom message for scammer

#### After this, you are ready to go!

### How to start this script

**1.** Open directory with script using `cmd` (on Windows) or terminal (on Mac OS and Linux)
**2.** Type the following command: `node index.js`