ardumont@uffizi:~% pigz -dc /srv/storage/space/lists/1000-stars-repositories.txt.gz | sort -R | head -4
https://github.com/Bilibili/ijkplayer 8873
https://github.com/jcjohnson/neural-style 11294
https://github.com/zurb/foundation-sites 24330
https://github.com/babel/babel 18273
#+END_SRC
Note: second column is the number of stars
* List their contents
From worker01 (python3-swh.loader.git version 0.22):
#+BEGIN_SRC sh
ardumont@worker01:~% for u in https://github.com/Bilibili/ijkplayer https://github.com/jcjohnson/neural-style https://github.com/zurb/foundation-sites https://github.com/babel/babel; do python3 -m swh.loader.git.reader --origin-url $u > $(basename $u); done
2016-11-04 10:02:07,700 6184 Starting new HTTP connection (1): uffizi.internal.softwareheritage.org