This Python script Clones all the repos of the user. Works fine for Python 3.
- Install Python Github.
$ pip install PyGithub
- Config file.
cp config.example config.ini
Enter your github username
and password
without inverted commas.
- Run Script:
$ python clone.py
Enjoy 😉