GitHub User Info Fetcher is a Python script that utilizes the GitHub API to fetch information about a specified GitHub user.
-
Clone the repository to your local machine:
git clone https://github.com/tommy-pho/github-user-info.git
-
Navigate to the directory containing the script:
cd github-user-info
-
Install the required dependencies using pip:
pip install requests
-
Run the script by executing the following command:
python fetch.py
-
Enter the GitHub username when prompted.
$ python fetch.py
Enter a GitHub username: octocat
Output:
Name: The Octocat
Bio: Building things.
Followers: 17600
Public Repositories: 8
If you encounter any issues with the GitHub User Info Fetcher script or have any questions, feel free to reach out for support:
- Email: [email protected]
- GitHub Issues: github-user-info/issues