-
-
Save gotoplanb/972260 to your computer and use it in GitHub Desktop.
Let your Mac read you the latest @drunkhulk updates from Twitter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
read -a choices <<<'Agnes Kathy Princess Vicki Victoria Bruce Fred Junior Ralph Albert Bahh Bells Boing Bubbles Cellos Deranged Hysterical Trinoids Whisper Zarvox'; n=${#choices[*]}; voice=${choices[$((RANDOM%n))]}; curl https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=DRUNKHULK | grep '<description>.*</description>' | sed -e 's/<\/*description>//g' -e 's/ \/ DRUNKHULK//g' -e 's/DRUNKHULK: //g' | say -v $voice |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment