Jump to content

alfred-hubHub – A customizable Alfred hub for your GitHub repositories


Recommended Posts

  • giovanni changed the title to alfred-hubHub – A customizable Alfred hub for your GitHub repositories
  • 2 months later...

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: image.png.98dca96e0ed2df1261e72e8a234efdb2.png 

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']

 

 

Link to comment
Share on other sites

  • 3 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...