Add snippet to allow synchroneous listing of a github user's repos
Use case:
for r in $(python3 bin/list_repos.py --user SocialGouv); do python3 -m swh.loader.git.loader --origin-url $r done
Add snippet to allow synchroneous listing of a github user's repos Tags None Subscribers None
Description
Details
|