Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minimaxir/get-profile-data-of-repo-stargazers
This repository contains a script used to get the GitHub profile information of all the people who've Stared a given GitHub repository
https://github.com/minimaxir/get-profile-data-of-repo-stargazers
Last synced: 3 months ago
JSON representation
This repository contains a script used to get the GitHub profile information of all the people who've Stared a given GitHub repository
- Host: GitHub
- URL: https://github.com/minimaxir/get-profile-data-of-repo-stargazers
- Owner: minimaxir
- License: mit
- Created: 2015-08-17T01:09:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T21:16:18.000Z (almost 6 years ago)
- Last Synced: 2024-10-04T11:53:28.483Z (4 months ago)
- Language: Python
- Size: 135 KB
- Stars: 67
- Watchers: 6
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - minimaxir/get-profile-data-of-repo-stargazers - This repository contains a script used to get the GitHub profile information of all the people who've Stared a given GitHub repository (Python)
README
# Get GitHub Profile Data of All Stargazers of a GitHub Repo
This repository contains a script used to get the GitHub profile information of all the people who've Stared a given GitHub repository. The time the user starred the repository is included as well. The combination of both of these metrics can be useful for performing quantitative analysis for the popularity of the GitHub repository.![](http://i.imgur.com/hv4qrL3.png)
![](http://i.imgur.com/Y74nE3Y.png)## Usage
To use the script, fill in the `access_token` with a Personal Access token obtained from the Settings panel on GitHub (never share with anyone else!). Additionally, set the desired repo name, in the form of `/`.
## Maintainer
* Max Woolf ([@minimaxir](http://minimaxir.com))