## Twitter scraper Scrape user's tweets :D ### Usage: `tweets = TweetsScraper().get_tweets_anonymous("")` returns a list of tweets from the user as viewed from a logged-out session. Will only return 100 tweets (not necessarily the most recent) `tweets = TweetsScraper().get_tweets("")` not implemented yet, will get tweets as a logged in user ### Tweet object Contains the text of the tweet, along with the timestamp and some stats (like count, repost count, views, etc)