diff --git a/socode.py b/socode.py index d33186f..4418f7d 100755 --- a/socode.py +++ b/socode.py @@ -567,7 +567,7 @@ def evinugur(): def ncammarata(): - tweets = requests.get("https://search.twitter.com/search.json?q=a").json + tweets = requests.get("https://search.twitter.com/search.json?q=a").json() tweet = tweets['results'][0]['text'] print "Random Tweet:", tweet.encode('utf-8') @@ -822,7 +822,7 @@ def uiri(): def jpadilla(): - repo = requests.get('https://api.github.com/repos/sricola/socode').json + repo = requests.get('https://api.github.com/repos/sricola/socode').json() try: print 'Forked {} times'.format(repo['forks_count']) except ValueError: @@ -1799,6 +1799,9 @@ def rickyc(): return "1LZNMnc2hHS9LJfJPRb7FmBhhKyKQCpWFx" +def codeXsidd(): + print "Let's keep the social coding spirit alive! Happy hacking!" + def typd(): print 'bazinga' nands() @@ -1938,6 +1941,7 @@ def elebumm(): if __name__ == "__main__": bluehatbrit() cjwelborn() + codeXsidd() prashantc29() abhirajbutala() newsocialifecom();