Skip to content

Utilizes the GitHub API to fetch information about a specified GitHub user

License

Notifications You must be signed in to change notification settings

tommy-pho/github_user_info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

Utilizes the GitHub API to fetch information about a specified GitHub user

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages