A command-line tool that fetches and displays public statistics for any GitHub user. Enter a username, and the script will show you their follower count and a list of their top public repositories, sorted by stars.
This script uses the official GitHub API to retrieve real-time data.
- Follower Count: Displays the total number of followers for the user.
- Top Repositories: Lists the user's top 10 public repositories, sorted by star count.
- Repo Stats: Shows the number of stars ⭐ and forks 🍴 for each repository.
- User-Friendly: Simple prompt-based interface.
-
Prerequisites: Make sure you have Python 3.x installed.
-
Install the library: This project requires the
requestslibrary. Install it using pip:pip install requests
To run the script, execute the following command in your terminal:
python main.py