A script that collects data from the world's most esoterically opiniated social network in the world and allows you to store it. Python 2.7.12.
- configparser - For reading config values.
- praw - Collecting data from reddit.
- pyplot, WordCloud - To demonstrate word clouds of data.
- sqlite3 - To store the data in a database.
- wc1.png is a WordCloud of woa.db which collected the most controversial posts in /r/worldnews. 215 posts, 7176 comments.
- wc2.png is a WordClouf of askkbest.db which collected the top posts in /r/askreddit. 62 posts, 2775 comments.
- Better documentation.
- Add more analysis features.
- Use more features of WordCloud natively to provide better representation of data.