rhiever / reddit-analysis

A Python script that parses post titles, self-texts, and comments on reddit and makes word clouds out of the word frequencies.
286 stars 63 forks source link

Add PRAW multiprocess support #47

Closed rhiever closed 11 years ago

rhiever commented 11 years ago

By default, this tool does not use the PRAW multiprocess server. Add a command-line option for this.

rhiever commented 11 years ago

See https://github.com/rhiever/reddit-analysis/commit/998bfd45222021780f27608ea89fa11114363cd3 for first attempt.