OctoPluginStats
Github Pages site tracking my OctoPrint plugin statistics over time.
Want to use this to track your own stats? Feel free!
And I'll even give you a little how-to. After forking this repository:
- Delete the stats file,
data/stats.json
- Edit the list of plugin ids in the
scripts/get_data.py
file, here - Run the script, either using the Github action (manually triggered) or via
python scripts/get_data.py
to generate the initial data - Update the name mapping in the
static/js/name-map.js
file here, mapping plugin id to human readable name. - Update the links in
_includes/navbar.html
& the name inindex.html
to your own ones, not mine! - Make sure you have enabled the actions in repository settings. Last time I checked actions were disabled for forks by default.
That should be all, if you have any questions let me know!