/Twitter_Analysis

Simple python script to search for Twitter keyword(s) and run a few analysis including frequency of language, location, hashtag wordcloud, top users and their botometer scores, etc.

Primary LanguageJupyter NotebookMIT LicenseMIT

The Python script:

  1. Takes keyword(s) and number of tweets as inputs and runs twitter search API (you need Twitter developers authentication keys)
  2. Creates a bar chart based on the languages of the collected tweets
  3. Creates a wordcloud of the hashtags used in the tweets
  4. Creates a bar chart on the top users who tweeted
  5. Return botometer score of those top users
  6. save all the analysis in an excel file

WIP