Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Basic usage

Andrey Bogdanov edited this page Jan 25, 2016 · 6 revisions

Running

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

Web interface

If you just copied the default settings, the web interface will be available at http://localhost:8080.

Time to wipe!

  1. Press "Add task" button.
  2. Enter task ID (for example, a URL of the target thread).
  3. Select a plugin (plugins correspond to the imageboard engines).
  4. Select captcha type (or leave it "----" if there is no captcha).
  5. Specify the site name: http://example.com, or just example.com.
  6. Specify a board.
  7. Specify a thread. Use 0 to post threads on a board instead of leaving posts in a thread.
  8. 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.
  9. If you do not want to start wiping, remove the "Start immediately" flag.
  10. If you want to post with "SAGE", check the corresponding flag.
  11. Finally, press "Confirm".
  12. ...
  13. PROFIT!

Start/Stop/Remove

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.

Clone this wiki locally