This program will take a crawl facetuneapp's blog and create a word cloud based on frequency
- requests
- numpy
- BeautifulSoup
- pandas
- matplotlib
- pillow
- wordcloud
copy these to install each package
pip install requests
pip install numpy
pip install beautifulsoup4
pip install pillow
pip install matplotlib
pip install wordcloud
only files you need are redditScraper.py and noiseWords.csv. The others will be written by the program
- noiseWords.csv can be edited to remove unwanted words
- Change the list named filters in main() to get results from desired blog categories
- wordCloud function has wordcloud size and color settings
- Run facetuneScraper.py