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

Add user_id

parent 695034f2
class Tweet(object):
class Tweet:
id = ""
date = ""
datestamp = ""
time = ""
timestamp = ""
timezone = ""
user_id = ""
username = ""
tweet = "" # Text
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