Commit 83afb5ed authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Update tweet.py

parent 0eeae535
class Tweet(object): class Tweet(object):
id = "" id = ""
date = "" date = ""
datestamp = "" datestamp = ""
time = "" time = ""
timestamp = "" timestamp = ""
timezone = "" timezone = ""
username = "" username = ""
tweet = "" # Text tweet = "" # Text
replies = "0" replies = "0"
likes = "0" likes = "0"
retweets = "0" retweets = "0"
hashtags = "" hashtags = ""
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