/wordcloud-bot

Primary LanguageJupyter Notebook

wordcloud-bot

A twitter bot that generates word cloud image of words that are commonly used with a requested word, built with Flask,tweepy,html, css, pandas and pythons wordcloud package.

  • Dataset used was scraped from nairaland.com using this webscraping notebook.
  • Data was cleaned using the Data_cleaning.ipynb notebook.
  • Wordcloud generation code can be found in the wordcloud_generate.py python file.
  • Twitter bot code can be found in the twitterbot.py python file.
  • app.py is the flask app.,
  • templates folder contains the html file for the pages.
  • Static folder contains the css files and the generated word cloud images are saved there too