It is currently March 28th, 2024, 4:30 pm

GitHub Release Statistics

Skins that control functions in Windows or Rainmeter
Post Reply
User avatar
raiguard
Posts: 660
Joined: June 25th, 2015, 7:02 pm
Location: The Sky, USA
Contact:

GitHub Release Statistics

Post by raiguard »

This skin retrieves release statistics from the specified GitHub repository, displaying them in a scrollable list. It displays the release version, date published, and download count for all release assets.

The skin has options to show or hide prereleases from the list, and change which repository the skin is monitoring.

The skin retrieves the data using the GitHub REST v3 API, which downloads the data as JSON. The included JSON.lua script parses the data and retrieves the necessary values, and those values are assigned to meters through inline LUA.

Please keep in mind that the GitHub API only allows up to 60 requests per hour from non-verified sources. If you update the data more than 60 times in an hour, the skin will cease to function, displaying all blanks.
User avatar
limitless
Posts: 76
Joined: January 8th, 2017, 2:31 am
Location: Charlotte, NC
Contact:

Re: GitHub Release Statistics

Post by limitless »

Nice! I need to do some scrollable lists in mine as well! Thats awesome!
Post Reply