Skip to content

Python script to display the names of all public repositories associated with a chosen username. Utilizes Github's REST API v3.

License

Notifications You must be signed in to change notification settings

nwchinn/List_Github_UserRepos-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

List_Github_UserRepos-Python

1. About:

  • This Python script displays the names of all public repositories associated with a chosen username. Utilizes Github's REST API v3.

2. Required Packages:

  • requests, "pip install requests"

3. How to use:

  • Change the variable "username" to the desired Github username
  • After navigating to where the python file is stored, in a terminal run the command: "python "ListUsersRepos.py"
  • The terminal should output three lines containing the username, # of repos, and names of the repos

About

Python script to display the names of all public repositories associated with a chosen username. Utilizes Github's REST API v3.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages