aboutsummaryrefslogtreecommitdiffstats
path: root/README_chocula.md
diff options
context:
space:
mode:
Diffstat (limited to 'README_chocula.md')
-rw-r--r--README_chocula.md7
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.