https://github.com/angrymaciek/angry-github-hoarder
Simple shell script that creates a backup of all my GitHub repos.
https://github.com/angrymaciek/angry-github-hoarder
bash github
Last synced: 5 months ago
JSON representation
Simple shell script that creates a backup of all my GitHub repos.
- Host: GitHub
- URL: https://github.com/angrymaciek/angry-github-hoarder
- Owner: AngryMaciek
- License: unlicense
- Created: 2020-07-06T18:28:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T12:22:19.000Z (about 1 year ago)
- Last Synced: 2025-09-09T07:53:38.049Z (9 months ago)
- Topics: bash, github
- Language: Python
- Homepage: https://github.com/AngryMaciek/angry-github-hoarder
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angry GitHub Hoarder :hamster:
In the event of a global zombie apocalypse GitHub servers would most probably get shut down.
It is not very wise to keep all the code on their servers **exclusively**.
I have put together a small _Python_ script that creates a local copy of all my work.
Ironically, I package it as a repo... and upload to GitHub -_-
### _conda_ env setup
```
conda create --name github-hoarder
conda activate github-hoarder
conda install pip
pip install PyGithub
```