get user github repos
Project description
Installation
$ [sudo] pip install github-repos
Config
| bash | python |
|---|---|
export GITHUB_TOKEN="your_github_token" |
os.environ["GITHUB_TOKEN"]="your_github_token" |
Examples
delete orphaned repos (if basename = repo name)
$ cd ~/git/owner
$ python -m github_repos | awk -F '/' '{print $2}' | grep -v -iF "$(ls -1)" | xargs python -m github_delete
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
github-repos-2020.7.1.tar.gz
(1.7 kB
view details)
File details
Details for the file github-repos-2020.7.1.tar.gz.
File metadata
- Download URL: github-repos-2020.7.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/47.3.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6c0e20b1ae9ef0917e59ee01d692ea37341469534adb8d91a89935e77e57964
|
|
| MD5 |
257e27ed5f255506a68884ebadb088d2
|
|
| BLAKE2b-256 |
9e6f1a1488d2a506f275c8dcf697b572f8783b6e0ef1a9c562e5ffd274718b9a
|