Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » How to get GitHub Repo star count using jGit
How to get GitHub Repo star count using jGit [message #1858030] Sun, 12 March 2023 05:12 Go to next message
Sonjoy Kumar Paul is currently offline Sonjoy Kumar PaulFriend
Messages: 1
Registered: March 2023
Junior Member
I have a project where I can mine GitHub repos using JGit. I can clone repos, get commit messages, analysis commit messages using the org.eclipse.jgit.api.Git, org.eclipse.jgit.lib.Repository, org.eclipse.jgit.revwalk.RevCommit, org.eclipse.jgit.revwalk.RevWalk packages.

Could you please help me, how can I retrieve GitHub repo star count (stargazers_count or watchers_count)?
Thanks in advance.
Re: How to get GitHub Repo star count using jGit [message #1858820 is a reply to message #1858030] Mon, 24 April 2023 14:41 Go to previous message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
JGit implements a large part of git. Though it doesn't implement GitHub APIs.
Previous Topic:How to get a list of added and removed commits after a push operation using JGit
Next Topic:GIT Clone and branch switching operations are very slow in EGIT
Goto Forum:
  


Current Time: Thu Apr 25 04:09:11 GMT 2024

Powered by FUDForum. Page generated in 0.02914 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top