Created
December 2, 2014 16:11
-
-
Save maurobaraldi/d39132ae90916625f38d to your computer and use it in GitHub Desktop.
Developer Excuses Bot
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
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