Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hongalex/parsescripts

Collection of random scripts used to parse/scrub data
https://github.com/hongalex/parsescripts

Last synced: about 2 months ago
JSON representation

Collection of random scripts used to parse/scrub data

Awesome Lists containing this project

README

        

# ParseScripts

Collection of random scripts used to parse/scrub data

## subredditWordIndex.js ##
Creates an index of all words in the top 100 posts for a specific subreddit.
Can be used to make a wordcloud

usage: `node subredditWordIndex.js [subreddit] [time]`
e.g. `node subreddit_word_index.js all week`