HomeSoftware Heritage

Add snippet to allow synchroneous listing of a github user's repos

Description

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

Details

Provenance
ardumontAuthored on Sep 30 2019, 4:12 PM
ardumontPushed on Sep 30 2019, 4:13 PM
Parents
rDSNIP2e3efced7acd: graph export: better handle snp/rel pointing to various object types
Branches
Unknown
Tags
Unknown