Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 324 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 324 Bytes

GitClone

This Python script Clones all the repos of the user. Works fine for Python 3.

Setup

  1. Install Python Github.

$ pip install PyGithub

  1. Config file.

cp config.example config.ini

Enter your github username and password without inverted commas.

  1. Run Script:

$ python clone.py

Enjoy 😉