Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions socode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -1938,6 +1941,7 @@ def elebumm():
if __name__ == "__main__":
bluehatbrit()
cjwelborn()
codeXsidd()
prashantc29()
abhirajbutala()
newsocialifecom();
Expand Down