Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.03 KB

File metadata and controls

51 lines (37 loc) · 1.03 KB

GitHub User Info Fetcher

GitHub User Info Fetcher is a Python script that utilizes the GitHub API to fetch information about a specified GitHub user.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/tommy-pho/github-user-info.git
    
  2. Navigate to the directory containing the script:

    cd github-user-info
    
  3. Install the required dependencies using pip:

    pip install requests
    

Usage

  1. Run the script by executing the following command:

    python fetch.py
    
  2. Enter the GitHub username when prompted.

Example

$ python fetch.py
Enter a GitHub username: octocat

Output:

Name: The Octocat
Bio: Building things.
Followers: 17600
Public Repositories: 8

Support

If you encounter any issues with the GitHub User Info Fetcher script or have any questions, feel free to reach out for support: