A Python Script to Generate a Report to Rank Hugo Themes
Go to file
Trent Palmer 33e783964f combine two report pages into one, add sort by tag to report 2018-12-19 22:05:08 -08:00
LICENSE Initial commit 2017-07-23 04:36:52 -07:00
README.md update README because of python rewrite 2018-12-06 10:17:17 -08:00
rank_hugo_themes.bash update example_output, add bullet list of report features to README, add 2017-09-21 00:10:39 -07:00
rank_hugo_themes.py combine two report pages into one, add sort by tag to report 2018-12-19 22:05:08 -08:00

README.md

hugo_themes_report

Completely rewritten in python, using sqlite for persistent data, and using conditional github api requests to collect the data.

Finally, the script builds two (somewhat) mobile responsive reports, using a bootstrap css table. You get a report that ranks hugo themes by number of stars, and report that ranks hugo themes by the commit date of each theme when they are referenced as submodules in the master repo of hugo themes.

I have the script running on a cron job, if you would like to see the result.