Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 465 Bytes

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