Skip to content

Instantly share code, notes, and snippets.

@ashaindlin
Created May 6, 2014 20:25
Show Gist options
  • Save ashaindlin/5b2786e6f6bdd0fb8f24 to your computer and use it in GitHub Desktop.
Save ashaindlin/5b2786e6f6bdd0fb8f24 to your computer and use it in GitHub Desktop.
Reply to your own previous tweet using twidge.
#!/bin/bash
# Script to reply to your own previous tweet. Useful for those long
# conversations we know you like to have with yourself.
last_tweet_id=$(twidge lsarchive -l | head -1 | cut -f 1)
twidge update -i $last_tweet_id
@ashaindlin
Copy link
Author

(This only works if you have twidge installed and configured. Obviously.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment