An open API service indexing awesome lists of open source software.

https://github.com/sajad-net/github_backup

Python script that uses the GitHub API to back up all your repositories by cloning them to a local directory.
https://github.com/sajad-net/github_backup

github-backup python3 requests subprocess

Last synced: 10 months ago
JSON representation

Python script that uses the GitHub API to back up all your repositories by cloning them to a local directory.

Awesome Lists containing this project

README

          

# Github_backup

## Python script that uses the GitHub API to back up all your repositories by cloning them to a local directory.


## Steps to Run:
#### 1- Generate a GitHub personal access token with repo scope by following GitHub's guide.
#### 2- Install the dependencies.
pip3 install -r requirements.txt
#### 3- Run the script.
python3 github_backup.py