Skip to content

Github Pages site tracking my OctoPrint plugin statistics over time.

License

Notifications You must be signed in to change notification settings

jneilliii/OctoPluginStats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Delete the stats file, data/stats.json
  2. Edit the list of plugin ids in the scripts/get_data.py file, here
  3. Run the script, either using the Github action (manually triggered) or via python scripts/get_data.py to generate the initial data
  4. Update the name mapping in the static/js/name-map.js file here, mapping plugin id to human readable name.
  5. Update the links in _includes/navbar.html & the name in index.html to your own ones, not mine!
  6. 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!

About

Github Pages site tracking my OctoPrint plugin statistics over time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.2%
  • SCSS 43.9%
  • JavaScript 1.7%
  • Other 1.2%