Skip to content
cinnamon-rolls edited this page Jul 9, 2021 · 2 revisions

Hydrus Tag Linter

Running

First, make sure you have these Python and these dependencies installed: flask, hydrus-api

I have included a script named example_run.sh which has all the arguments you need to get started. It is recommended that you copy this file to run.sh. Then, open it up, paste in your access key, and run it. Note: the example_run.sh file may change between versions.

./run.sh

You can use the --help argument to get a list of command line arguments.

./run.sh --help

Once launched, a server will be running which you can connect to using your internet browser. The default URL is http://localhost:45868/, which you can change using the command line arguments.

Other Operating Systems

I only do development on my Linux machine, but the steps should be similar. Use example_run.sh as your guide and change the syntax appropriately. If you make a script for other operating systems or shells, feel free to contribute it to the repository.