Commit a7274069 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Update tweet.py

parent 8ff31b14
class Tweet: class Tweet:
id = "" id = ""
date = "" datetime = ""
datestamp = "" datestamp = ""
time = ""
timestamp = "" timestamp = ""
timezone = "" timezone = ""
user_id = "" user_id = ""
username = "" username = ""
tweet = "" # Text tweet = ""
replies = "0" replies = "0"
likes = "0" likes = "0"
retweets = "0" retweets = "0"
hashtags = "" hashtags = ""
location = "" location = ""
link = "" link = ""
is_retweet = False
user_rt = "" # User that retweeted
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