We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75186a2 commit adf578bCopy full SHA for adf578b
assignments/week03/athome/USA_Today_Twitter_Mashup.py
@@ -1,3 +1,9 @@
1
+# The script grabs the most recent headlines form USA Today and searches the strings in the twitter API.
2
+# output is the Headline from USA Today
3
+# Does the user have a profile image?
4
+# Displays the tweet
5
+# Displays the Name of the account owner
6
+# Displays the timestamp from the tweet
7
8
import urllib, urllib2
9
from pprint import pprint
0 commit comments