python-github-backup
python-github-backup copied to clipboard
backup a github user or organization
I would like to move away from GitHub at some point, but also would like to keep data around who starred my repos, who was watching it, and who forked...
Excuse me for the grave-digging, but i seem to have run into this issue once more. (year 2021), as you expect, i starred the token a little: ` github-backup UMCU-RIBS...
What is the minimum scopes needed in the PAT to backup an organization? I saw the option `--as-app authenticate as github app instead of as a user.` How would I...
Maybe using the common idiom of interpreting `-` as standard input: `github-backup ... -t - ...`. Or maybe this is already covered by the `-t file://` feature?
## Description Release [0.13.0](https://github.com/josegonzalez/python-github-backup/tree/0.13.0) added support for fetching a Github personal access token (PAT) that had been previously stored in the OSX Keychain. It would be good to extend this...
Is there some easy way that I could try to fix this issue and make a PR?
Before #173 all log_warning messages where sent to STDERR and log_info was sent to STDOUT. This was useful for detecting issues when backing up, as you could monitor STDERR to...
Hey, I'm running this command and getting: github-backup $ORGANIZATION -P -t $ACCESS_TOKEN -o . --all -O -R $REPO ``` 2020-10-20T15:42:30.277186: Backing up user XXXXXXX to /Users/Backup/ 2020-10-20T15:42:30.277497: Requesting https://api.github.com/user?per_page=100&page=1 Traceback...
GitHub API sometimes returns 502 error. github-backup fails by one that error. github-back currently supports retry requests which failed due to connection times out and rate-limiting. In addition these, I...
The token I have issued should have all necessary permissions, yet I cannot clone one single repository, that is even public. ``` 2021-01-16T08:15:58.211065: Cloning colemickens.github.io repository from https://github.com/colemickens/colemickens.github.io.git to /workdir/repositories/colemickens.github.io/repository...