Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 362 Bytes

File metadata and controls

16 lines (9 loc) · 362 Bytes

Obtain Stargazers from a GitHub repository

About

A handy Python script to obtain the number of stars from a GitHub repository, using the GitHub REST API.

Prerequisites

  • PyGithub module
  • Python 3

You can install this simply with pip install PyGithub.

Implementation

Run python3 Repository-Stargazers.py in a terminal if you have Python 3.