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.
- Install Node.js if you don't have it: https://nodejs.org/en/
- Download and extract the master somewhere.
- Run install_modules.bat once
- Run boorutagparser-server.bat. Keep it open.
- The web addon button for downloading images will now work.
You can also just use "npm install boorutagparser-server" if you prefer.
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
sudo pacman -S nodejs npm git
git clone https://github.com/jetboom/boorutagparser-server
cd boorutagparser-server
npm install
node index.js