Trump Tweets
Tweets from @realdonaldtrump
@kaggle.austinreese_trump_tweets
Tweets from @realdonaldtrump
@kaggle.austinreese_trump_tweets
Brilliant tweets from The Donald as of June 2020
Many thanks to GetOldTweets for providing an excellent scraper.
CREATE TABLE realdonaldtrump (
"id" BIGINT,
"link" VARCHAR,
"content" VARCHAR,
"date" TIMESTAMP,
"retweets" BIGINT,
"favorites" BIGINT,
"mentions" VARCHAR,
"hashtags" VARCHAR
);CREATE TABLE trumptweets (
"id" BIGINT,
"link" VARCHAR,
"content" VARCHAR,
"date" TIMESTAMP,
"retweets" BIGINT,
"favorites" BIGINT,
"mentions" VARCHAR,
"hashtags" VARCHAR,
"geo" VARCHAR
);Anyone who has the link will be able to view this.