stg-annon e3584bdc16
Update tagGraph plugin to Script (#32)
* 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
2022-01-16 10:09:33 +11:00

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