mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 20:04:27 -06:00
* init tagGraph * Update tagGraph plugin to Script removes tagGraph as a plugin and instead runs as a script allowing it to work on remote and Docker instances -need for use of sqlite to fetch graph data +minimal documentation +stash like theme to graph
590 B
590 B
Tag Graph Generator
Requirements
- python >= 3.7.X
pip install -r requirements.txt
Usage
ensure STASH_SETTINGS is configured properly
⚠️ Note: if you are connecting to a remote/docker instance of stash you will need to change this
run python .\tag_graph.py
Customizing the graph
set SHOW_OPTIONS to True and you will get an interface to play around with that will affect what the graph looks like.
for more info see pyvis docs