giovanni Posted June 23 Share Posted June 23 (edited) alfred-hubHub – A customizable Alfred hub for your GitHub repositories author: @giovanniAlfred ForumGitHub Dependencies (bundled): requests; optional: pandas, matplotlib Edited June 23 by giovanni zeitlings 1 Link to comment Share on other sites More sharing options...
yinan Posted June 23 Share Posted June 23 Hubhub is one of my most used workflows. It’s really great work! Thanks for making this! giovanni 1 Link to comment Share on other sites More sharing options...
zeitlings Posted August 24 Share Posted August 24 I just noticed that the watchers count is identical to the stargazers count (cf. your screenshot). I checked your code and some Github API responses and it looks like all is fine. So, is this intended? I expected to find the number of people actually watching a repository: That seems to be reflected in the key subscribers_count rather than watchers_count for whatever reason. # simply changing the key panics for me # I see it via `curl ... "https://api.github.com/repos/{OWNER}/{REPO}"` though myGithubHub [myRepo["name"]]['myWatchers'] = myRepo['subscribers_count'] giovanni 1 Link to comment Share on other sites More sharing options...
giovanni Posted September 9 Author Share Posted September 9 you are right, @zeitlings, thanks for spotting! That does look like a bug in the API. Should be fixed in the latest release. zeitlings 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now