Tweets Bollywood Movie Kabir Singh
The tweets about a controversial Bollywood movie after its release.
@kaggle.shiri5h_tweets_bollywood_movie_kabir_singh
The tweets about a controversial Bollywood movie after its release.
@kaggle.shiri5h_tweets_bollywood_movie_kabir_singh
Tweets extracted for the Bollywood movie Kabir Singh. The tweets are about the movie reviews, movie's song reviews, actor's performance reviews, movie's box office performance updates, some memes and tweets discussing the portrayal of feminism and masculinity in the movie.
The Twitter data is scraped using the tweetscrape library. Github: 5hirish/tweet_scrapper. Search terms used to scrape were "Kabir Singh", "#KabirSingh", "#KabirSinghReview". The tweets are scraped from the movie's release date (21st June 2019) till 28th June 2019.
TweetScrape library in Python: https://github.com/5hirish/tweet_scrapper
CREATE TABLE twitter_kabir_singh_bollywood_movie (
"id" DOUBLE,
"type" VARCHAR,
"time" DOUBLE,
"author" VARCHAR,
"author_id" DOUBLE,
"re_tweeter" VARCHAR,
"associated_tweet" DOUBLE,
"text" VARCHAR,
"links" VARCHAR,
"hashtags" VARCHAR,
"mentions" VARCHAR,
"reply_count" BIGINT,
"favorite_count" BIGINT,
"retweet_count" BIGINT,
"lang" VARCHAR,
"text_raw" VARCHAR
);Anyone who has the link will be able to view this.