diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-07-14 17:51:44 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-07-14 17:51:44 -0700 |
commit | 06090b746a13b253a59e4fe972ba293d490f438f (patch) | |
tree | 88b1ae60a2f498a5a811a04e216089e1bfa0a7e6 | |
parent | cdccbc1389515144545e092162bc1a71b33c9ab3 (diff) | |
download | chocula-06090b746a13b253a59e4fe972ba293d490f438f.tar.gz chocula-06090b746a13b253a59e4fe972ba293d490f438f.zip |
chocula README
-rw-r--r-- | README_chocula.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README_chocula.md b/README_chocula.md new file mode 100644 index 0000000..12d695e --- /dev/null +++ b/README_chocula.md @@ -0,0 +1,7 @@ + +## Fatcat Container Counts + + cat container_export.json | jq .issnl -r | sort -u > container_issnl.tsv + cat container_issnl.tsv | parallel -j20 curl -s 'https://fatcat.wiki/container/issnl/{}/stats.json' > container_stats.json + +Takes... more than 5 minutes but less than an hour. |