Blockchain Tweets
Tweets with the hashtag #Blockchain
@kaggle.mathurinache_blockchain_tweets
Tweets with the hashtag #Blockchain
@kaggle.mathurinache_blockchain_tweets
These tweets are collected using Twitter API and a Python script. A query for this high-frequency hashtag (#Blockchain) is run on a daily basis for a certain time period, to collect a larger number of tweets samples.
The inspiration script can be found here: https://github.com/gabrielpreda/covid-19-tweets
The tweets have #Blockchain hashtag. Collection started on 01/01/2021.
You can use this data to dive into the subjects that use this hashtag, look to the geographical distribution, evaluate sentiments, looks to trends.
CREATE TABLE blockchain_tweets (
"user_name" VARCHAR,
"user_location" VARCHAR,
"user_description" VARCHAR,
"user_created" VARCHAR,
"user_followers" BIGINT,
"user_friends" BIGINT,
"user_favourites" BIGINT,
"user_verified" BOOLEAN,
"date" VARCHAR,
"text" VARCHAR,
"hashtags" VARCHAR,
"source" VARCHAR,
"is_retweet" BOOLEAN
);Anyone who has the link will be able to view this.