This repository has been archived by the owner on Aug 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Basic usage
Andrey Bogdanov edited this page Jan 25, 2016
·
6 revisions
After you have Installed wipe.js, run it from the console/terminal (you must cd
to the wipe.js directory):
cd /path/to/wipe.js
./app.js
or, on Windows:
cd C:\path\to\wipe.js
node ./app.js
If you just copied the default settings, the web interface will be available at http://localhost:8080.
- Press "Add task" button.
- Enter task ID (for example, a URL of the target thread).
- Select a plugin (plugins correspond to the imageboard engines).
- Select captcha type (or leave it "----" if there is no captcha).
- Specify the site name:
http://example.com
, or justexample.com
. - Specify a board.
- Specify a thread. Use
0
to post threads on a board instead of leaving posts in a thread. - Specify the period in milliseconds. For example, a period of 30000 msecs (the default) causes wipe.js to wait 30 seconds between each posting request.
- If you do not want to start wiping, remove the "Start immediately" flag.
- If you want to post with "SAGE", check the corresponding flag.
- Finally, press "Confirm".
- ...
- PROFIT!
You may stop task execution with the corresponding button and start it again later.
You may also completely remove the task with the "Remove" button.