Commit 97c49148 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Create tweet.py

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