Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/porobertdev/social-media-web-spammer
Supports: Whatsapp & Telegram Web
https://github.com/porobertdev/social-media-web-spammer
100daysofcode chuck-norris chuck-norris-jokes javascript js social-media social-media-spammer spammer spamming-tool telegram-spammer telegram-spammer-tool telegram-web telegram-web-bot theodinproject whatsapp whatsapp-bot whatsapp-spammer whatsapp-web
Last synced: 2 months ago
JSON representation
Supports: Whatsapp & Telegram Web
- Host: GitHub
- URL: https://github.com/porobertdev/social-media-web-spammer
- Owner: porobertdev
- Created: 2024-04-25T18:28:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T04:03:56.000Z (7 months ago)
- Last Synced: 2024-10-01T00:23:47.459Z (3 months ago)
- Topics: 100daysofcode, chuck-norris, chuck-norris-jokes, javascript, js, social-media, social-media-spammer, spammer, spamming-tool, telegram-spammer, telegram-spammer-tool, telegram-web, telegram-web-bot, theodinproject, whatsapp, whatsapp-bot, whatsapp-spammer, whatsapp-web
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# social-media-web-spammer
A simple input spammer that allows you to send a message for N times. The message can be typed by you or you can get one from an API. Currently, Chuck Norris API is supported.
Initially written for **Whatsapp**, but now it works on **Telegram** too. It should work on other sites as well.
## Features
- two message modes: `msg` and `api`
- msg: `@spam msg "your custom message here" 5 start`
- api: `@spam api "apiName" 5 start` **\***
- customizable speed **\*\*****\*** _not working on websites that don't allow to fetch APIs due [Content Security Policy](https://https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP). Works on Telegram._
**\*\*** _it might still be slow because of the server, especially if using API mode_
## How To Use:
`@spam msg/api "custom message/apiName" 5 start`, where `5` is how many times to send.
1. Copy the code of [spam.js](https://raw.githubusercontent.com/porobertdev/social-media-web-spammer/main/spam.js).
2. Open https://web.whatsapp.com/ or https://web.telegram.org/.
3. Click on a chat.
4. Open DevTools Console (`CTRL + SHIFT + J` for Chrome), and paste the script. Now you can close the console.
5. Type in the input bar using the format as seen above.
6. Once the spammer recognizes the command, it'll automatically start. This could be delayed a bit if the speed is too big.## How To Add Support
1. Find the HTML selector of the input box on the social-media website.
2. Add a new key/value pair (name/selector) in `socialMediaPlatforms` object in `spam.js`.
3. Test and see if it works.