Skip to content

Tiny python utility that converts data crawled from different services into cloud of words.

License

Notifications You must be signed in to change notification settings

qiwsir/services-to-wordcloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Tiny python utility that converts data crawled from different services into cloud of words.

Supported Services so Far

Credits

Examples Generated

Installation

Use 'pip' to install dependencies

pip install matplotlib
pip install twitter 
pip install pyprind
pip install numpy
pip install matplotlib
pip install pandas
pip install scipy

Or use 'conda' from Anaconda Scientific Python Distribution to install dependencies (better solutions in case you are new to python or Windows user):

conda install matplotlib
conda install twitter 
conda install pyprind
conda install numpy
conda install matplotlib
conda install pandas
conda install scipy

If you are not able to find package 'by default' with 'conda', please use 'binstar' to find proper binary of the package. For example for 'twitter' it looks like this:

binstar search -t conda twitter

Installing wordcloud package can be very tricky

pip install git+git://github.com/amueller/word_cloud.git
conda install pil

Author

License

Check this file with license

About

Tiny python utility that converts data crawled from different services into cloud of words.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Shell 1.1%