Bash-Scripts/Hydrus Scripts/hvd.sh

9 lines
415 B
Bash
Raw Normal View History

2024-03-04 12:07:00 -05:00
#!/bin/bash
#Hydrus Video Deduplicator Launcher Script
APIKEY="#" #Change to your API key
APIURL="http://127.0.0.1:45869"
2024-03-04 12:07:51 -05:00
VENV="./hydrus/client/venv/bin/activate" #can be changed to any other VENV. Comment out line 6 if using native packages.
2024-03-04 12:07:00 -05:00
source $VENV
#ToDo: Check to see if VENV has hydrusvideodeduplicator package, install it if missing.
python3 -m hydrusvideodeduplicator --api-key=$APIKEY --api-url=$APIURL