Skip to content

mrlesmithjr/python-clone-github-user-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-clone-github-user-repos

The purpose of this repo is for cloning all of your GitHub repositories. Maybe you have a huge number of repositories and fail to keep track of them all. Well this can help you out.

Requirements

GitHub User Token

You will need to create a personal access token within your GitHub account.

Create User Configuration File

Define a github.cfg file which contains the following contents:

[github]
user = mygithubusername
token = mysupersecrettoken

Required Python Libraries

Install the required Python2 libraries by executing:

python2.7 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Execution

python clone-github-user-repos.py

Logging

Logging has been implemented in order to easily review what was found. The log by default is clone-github-user-repos.log which is also added to .gitignore.

License

MIT

Author Information

Larry Smith Jr.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages