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

Update tweet.py

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