Find a file
2021-03-26 09:13:21 +00:00
wordlists Corrected german.csv 2020-07-13 23:44:41 +02:00
.gitignore Added more info prints 2020-07-14 11:46:07 +02:00
ARIALUNI.TTF Initial commit 2020-07-12 18:37:33 +02:00
cloud.py Added more info prints 2020-07-14 11:46:07 +02:00
configure.py Fixed error in configuration script 2021-03-26 09:13:21 +00:00
README.md Initial commit 2020-07-12 18:37:33 +02:00

Reddit WordCloud generator

This script turns reddit comments into beautiful WordCloud.

To use it, first create an application on reddit. Choose a name, select "script" and add a dummy description and dummy URLs. Then copy the ClientID and Secret and open your terminal:

py configure.py <client_id> <secret>

Now you can use the WordCloud generator. Type py cloud.py -h for more infos.