Skip to content

Jen-Lopez/Twitter-WordCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TweetCloud-inator ☁️

Overview

This project uses the twitter search API to generate colorful word clouds based on a user-based search query or trending topic. An example is shown here, where the search query was Computer Science.

Note:

  • You need to have/create a twitter API and insert your key into the script
  • Install these python libraries for functionality:
    • tweepy - used in authentication and retrieving tweet data
    • textblob - word tokenization
    • wordcloud - generates wordcloud using 'word':frequency dictionary
    • matplotlib - displays word cloud
    • pillow Image module - opens image we want to use as mask
    • numpy - enables use of image mask
Next Steps:
  • Ask user if they want to generate multiple word clouds from several queries
  • Make this a Web App

About

Twitter visualization tool that summarizes user sentiment on trending/searched topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages