Skip to content

Instantly share code, notes, and snippets.

@mwunsch
Last active December 23, 2015 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwunsch/6707272 to your computer and use it in GitHub Desktop.
Save mwunsch/6707272 to your computer and use it in GitHub Desktop.
Automating my Twitter activity. NOW you're talking my language!https://twitter.com/markwunsch/status/382969649509707776
t timeline -l | ruby -e 'puts $stdin.readlines.shuffle.pop' | awk '{ print $1}' | xargs -J % t reply % 'NOW you'"'"'re talking my language! (cf. https://twitter.com/markwunsch/status/382969649509707776)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment