Metaverse Tweets
Tweets with the hashtag #Metaverse
@kaggle.mathurinache_metaverse_tweets
Tweets with the hashtag #Metaverse
@kaggle.mathurinache_metaverse_tweets
These tweets are collected using Twitter API and a Python script. A query for this high-frequency hashtag (#Metaverse) 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 #Meta 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 metaverse_tweets (
"user_name" VARCHAR,
"user_location" VARCHAR,
"user_description" VARCHAR,
"user_created" VARCHAR,
"user_followers" DOUBLE,
"user_friends" VARCHAR,
"user_favourites" VARCHAR,
"user_verified" VARCHAR,
"date" VARCHAR,
"text" VARCHAR,
"hashtags" VARCHAR,
"source" VARCHAR,
"is_retweet" VARCHAR
);Anyone who has the link will be able to view this.