https://github.com/jonpalmisc/wildrepo
Wildcard-based GitHub repository finder
https://github.com/jonpalmisc/wildrepo
backup github
Last synced: 10 months ago
JSON representation
Wildcard-based GitHub repository finder
- Host: GitHub
- URL: https://github.com/jonpalmisc/wildrepo
- Owner: jonpalmisc
- License: bsd-3-clause
- Created: 2023-04-23T17:12:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T15:02:49.000Z (about 3 years ago)
- Last Synced: 2025-03-06T11:01:23.911Z (over 1 year ago)
- Topics: backup, github
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
wildrepo -- Wildcard-based GitHub repository finder
This is a small tool that was written to assist with mass backups of Git
repositories. It is open source, but only guaranteed to work on my machine.
You will need to generate an API access token for use with Wildrepo. If using
classic tokens (recommended), creating a token with the `repo:*` and `read:org`
scopes has been known to work.
WARNING: At the time of writing (2023-04-26), in order to be able to search for
private repositories you are a collaborator on, you must be using a "classic"
OAuth API token rather than the "fine-grained" beta tokens. Using fine-grained
tokens will prevent Wildrepo from being able to see some repositories.
Copyright (c) 2023 Jon Palmisciano; licensed under the BSD 3-Clause license.