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
- Host: GitHub
- URL: https://github.com/shirokamiryzen/telegram-bot-flooding
- Owner: ShirokamiRyzen
- License: gpl-3.0
- Created: 2024-04-19T02:06:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T06:15:36.000Z (almost 2 years ago)
- Last Synced: 2026-01-15T15:53:32.413Z (5 months ago)
- Topics: telegram, telegram-bot, telegram-bot-api, telegram-flooder
- Language: JavaScript
- Homepage:
- Size: 390 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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`