Raghavan 228c294ffa
Workflow to check JS and PY code format (#242)
* fix css files
* create workflow
* format code using prettier
* black ignore 3rd party folder
* format py code using black
* black exclude option in workflow
* Don't format workflow files
* Add contributing instructions to readme
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2024-02-07 10:25:44 +11:00
..
2021-11-01 12:42:08 +11:00

Tag Graph Generator

Requirements

  • python >= 3.7.X
  • pip install -r requirements.txt

Usage

Running as a plugin

move the tagGraph directory into Stash's plugins directory, reload plugins and you can run the Generate Graph task

Running as a script

⚠️ Note: use this if you are connecting to a remote instance of stash

ensure STASH_SETTINGS is configured properly, you will likely need to change it

run python .\tag_graph.py -script

View graph

a tag_graph.html file will be generated inside the tagGraph directory, open it with a browser to view/interact with the graph


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