/twitter-analysis

Analysis of a tweet to find the most common words in the replies and quotes

Primary LanguageJupyter NotebookMIT LicenseMIT

twitter-analysis

Analysis of a tweet to find the most common words in the replies and quotes

Tweet source : https://twitter.com/cowrywise/status/1298642550287478785

I used Twarc to get the replies to the tweets and then converted the text column of the csv file to a python list.

Libs used:

  • Pandas
  • Nltk
  • collections
  • itertools
  • Twarc