I hereby claim:
- I am plnech on github.
- I am pln (https://keybase.io/pln) on keybase.
- I have a public key ASDuz7tdZbEAen0I5bCLPxmXMIKxPfmIVUwltnERvRyRNQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#! /bin/sh | |
echo "Counting repositories for GitHub topics ($# given)." | |
for topic in $@; do | |
count=`curl https://github.com/topics/$topic -s | grep Counter | cut -d'>' -f2 | cut -d'<' -f 1` | |
printf '%-20s: %-6s repos.\n' $topic $count; | |
done |
Example result running on a friend's library, who's been actively collecting Epic free games of the Week since 2020:
I load the Epic Games | Transactions page and notice that you can click each block to reveal that info (triggers a network call) :