Wednesday, March 25, 2020

New ask Hacker News story: Ask HN: How would you improve this bash oneliner for deleting tweets?

Ask HN: How would you improve this bash oneliner for deleting tweets?
3 by jamiehall | 0 comments on Hacker News.
Many people use tweet deletion services, which periodically remove everything from their Twitter timeline; I wondered if it could be done from a Bash command line. I wrote up my experiences as an explainer for nontechnical people: https://ift.tt/2y1gdzB... TL;DR, here is the oneliner I've been using: $ twurl "/1.1/statuses/user_timeline.json?screen_name=YOUR_TWITTER_HANDLE&count=200 &max_id=$( twurl '/1.1/statuses/user_timeline.json?screen_name=YOUR_TWITTER_HANDLE&count=200&include_rts=1' | jq -c -r '.[] | .id_str' | head -10 | tail -1) &include_rts=1" | jq -c -r '.[] | .id_str' | parallel -j 10 -a - twurl -X POST /1.1/statuses/destroy/{1}.json > /dev/null [Edit: I've put line breaks in there to make it more legible.] I'm curious if it's possible to do better. In particular: could this be more elegant? Is it possible to do it using common built-ins, instead of twurl and jq? Any suggestions or improvements would be very welcome!

Lessons From Lockdown


By BY CHARLES M. BLOW from NYT Opinion https://ift.tt/39eI7Fi
via IFTTT

A homeless family copes with challenges amplified by coronavirus.


By BY MIHIR ZAVERI from NYT U.S. https://ift.tt/2UjYHQ3
via IFTTT

Stimulus Money to Protect Elections Falls Short, Critics Say


By BY MICHAEL WINES from NYT U.S. https://ift.tt/3aklz7t
via IFTTT

The hospitality group that owns the Boston Bruins will place many workers on leave.


By BY BEN SHPIGEL from NYT U.S. https://ift.tt/2WLsC54
via IFTTT

Coronavirus Briefing: What Happened Today


By BY PATRICK J. LYONS from NYT U.S. https://ift.tt/2WIEKDZ
via IFTTT

Trump Wants to ‘Reopen America.’ Here’s What Happens if We Do.


By BY NICHOLAS KRISTOF AND STUART A. THOMPSON from NYT Opinion https://ift.tt/33NnUFx
via IFTTT

Trump Gets a Bump


By BY LISA LERER from NYT U.S. https://ift.tt/2QHMbaE
via IFTTT

Yankees’ minor leaguers are looking forward to the end of a 2-week quarantine.


By BY JAMES WAGNER from NYT U.S. https://ift.tt/3brJP7G
via IFTTT