Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 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

Awesome Lists containing this project

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))