Initial commit
This commit is contained in:
commit
f42830dcd0
5 changed files with 155 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Reddit WordCloud generator
|
||||
This script turns reddit comments into beautiful WordCloud.
|
||||
|
||||
To use it, first [create an application on reddit](https://www.reddit.com/prefs/apps).
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue