Skip to content

Instantly share code, notes, and snippets.

View mwleeds's full-sized avatar

Phaedrus Leeds mwleeds

View GitHub Profile
@mwleeds
mwleeds / parse_tweets.sh
Created September 10, 2015 21:20
Find tweeted pet URLs
t timeline -n 100 CutePetsBHam | awk '{if (NF > 2) {print $(NF-1)}}' | xargs -I + curl -s -o /dev/null -I -w "%{redirect_url}\n" + | sort | uniq