1.1.0 • Published 8 years ago

boorutagparser-server v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

boorutagparser-server

Saves requests from https://github.com/jetboom/boorutagparser as file/tag list pairs for extremely easy bulk import of tagged items in to Hydrus Network.

npm.io

Usage

Windows

  1. Install Node.js if you don't have it: https://nodejs.org/en/
  2. Download and extract the master somewhere.
  3. Run install_modules.bat once
  4. Run boorutagparser-server.bat. Keep it open.
  5. The web addon button for downloading images will now work.

You can also just use "npm install boorutagparser-server" if you prefer.

Linux (Debian-based)

curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
sudo apt-get install -y nodejs git
sudo apt-get install git
git clone https://github.com/jetboom/boorutagparser-server
cd boorutagparser-server
npm install

node index.js

Arch Linux

sudo pacman -S nodejs npm git
git clone https://github.com/jetboom/boorutagparser-server
cd boorutagparser-server
npm install

node index.js