Skip to content

Instantly share code, notes, and snippets.

@maurobaraldi
Created December 2, 2014 16:11
Show Gist options
  • Save maurobaraldi/d39132ae90916625f38d to your computer and use it in GitHub Desktop.
Save maurobaraldi/d39132ae90916625f38d to your computer and use it in GitHub Desktop.
Developer Excuses Bot
python -c "import urllib, re; print re.findall(r'<a.*?>(.*?)<\/a>', urllib.urlopen('http://developerexcuses.com/').read())[0]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment