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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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 <username>/<repo_name>.

Maintainer

About

This repository contains a script used to get the GitHub profile information of all the people who've Stared a given GitHub repository

License:MIT License


Languages

Language:Python 100.0%