-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
One thing we need to do now is to get some more information about the subjects.
Ideally, we would like to know:
- a developer's no. of followers.
- how long a developer has been a GitHub users.
- how many public repos a developer has.
- if a developer discloses the following stuff:
"company": "GitHub",
"blog": "https://github.com/blog",
"location": "San Francisco",
"email": "octocat@github.com",
"hireable": false,
"bio": "There once was...",
"twitter_username": "monatheoctocat", - if a developer is a core developer in a project (we may determine this with the centrality measure).
1-4 are fairly easy to obtain by querying user API: https://docs.github.com/en/rest/users/users#get-a-user
5 requires something we may borrow from Yue Yang.
So, we may borrow @jiangzheng77 some efforts and time to get 1-4 done in the following weeks. And I will ask Yue to offer some help to deal with 5 later.
Any thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels