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
16 changes: 4 additions & 12 deletions twitter_data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# A big dictionary
res = {
"search_metadata": {
"count": 3,
Expand All @@ -10,6 +11,7 @@
"query": "University+of+Michigan",
"max_id": 536624519285583872
},
# statuses
"statuses": [
{
"contributors": None,
Expand Down Expand Up @@ -38,7 +40,7 @@
"hashtags": [],
"urls": []
},
"in_reply_to_screen_name": None,
"in_reply_to_screen_name": Not None, # I changed from None to Not None
"in_reply_to_user_id": None,
"retweet_count": 2014,
"id_str": "536624519285583872",
Expand Down Expand Up @@ -692,17 +694,7 @@
"default_profile": True,
"is_translator": False
},
"geo": None,
"in_reply_to_user_id_str": None,
"possibly_sensitive": False,
"lang": "en",
"created_at": "Sun Nov 23 20:53:48 +0000 2014",
"in_reply_to_status_id_str": None,
"place": None,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
# Deleted Bunch of things!
}
]
}
Expand Down