Commit 74d62404 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Add user_id

parent 695034f2
class Tweet(object): class Tweet:
id = "" id = ""
date = "" date = ""
datestamp = "" datestamp = ""
time = "" time = ""
timestamp = "" timestamp = ""
timezone = "" timezone = ""
user_id = ""
username = "" username = ""
tweet = "" # Text tweet = "" # Text
replies = "0" replies = "0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment