- Tags
-
- Tags
- None
CuriousCat spam bot
It's as simple as it gets: you can spam questions on any page for whatever reason :shrug:
Installation
The bot was made in NodeJS - you can install NodeJS on either a server or on your own computer.
It's as simple as it gets: you can spam questions on any page for whatever reason :shrug:
Installation
The bot was made in NodeJS - you can install NodeJS on either a server or on your own computer.
- Grab the NodeJS installer for your system from here: https://nodejs.org/en/download/current/
- Run through the installer, the default options should be fine.
- Download the resource, and extract the zip.
- Next, you'll need to open up command prompt (or the equivalent for your OS) and navigate to the extracted folder. If you're on Windows, you can simply shift right-click inside the folder and click 'Open command window here'. Demo: https://i.thomas.gg/2017-08-24_09-52-57.mp4 . If you're not on Windows or the shift click method doesn't work then use 'cd <directory>' to navigate to the folder.
- Now comes the part where we download the single dependency: a package called 'request'. Because there's a package.json located inside the folder you can run the command 'npm install' in your opened command prompt. If you encounter errors, try running 'npm install request'.
- Once the dependency has been downloaded, we can now run the program!
If you'd like to use proxies then add them to your proxies.txt and run this in your open command prompt:
If you're not using proxies, simply run this in your open command prompt:
Dependency url: https://www.npmjs.com/package/request
Other files
Included in the bot is a proxies.txt file. Proxies are not required to run this bot (although are highly recommended). Public proxies should be fine (just Google 'free http proxy list'). You need to put your proxies in the proxies.txt file as 'ip:port' or 'username:[email protected]:port' format.
Additional information
This bot is licensed under the MIT license, which can be found under LICENSE.txt in the zip file.
The bot should work just fine on its own, but if you need assistance with anything then I'll be glad to help you in MCM PM's.
Code:
node proxied.js <target username> <interval in milliseconds to send a new message> <message to send>
Code:
node proxyless.js <target username> <interval in milliseconds to send a new message> <message to send>
Dependency url: https://www.npmjs.com/package/request
Other files
Included in the bot is a proxies.txt file. Proxies are not required to run this bot (although are highly recommended). Public proxies should be fine (just Google 'free http proxy list'). You need to put your proxies in the proxies.txt file as 'ip:port' or 'username:[email protected]:port' format.
Additional information
This bot is licensed under the MIT license, which can be found under LICENSE.txt in the zip file.
The bot should work just fine on its own, but if you need assistance with anything then I'll be glad to help you in MCM PM's.