Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hongalex/parsescripts
- Owner: hongalex
- Created: 2018-03-23T07:16:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T07:21:48.000Z (almost 7 years ago)
- Last Synced: 2024-10-14T11:32:08.240Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 wordcloudusage: `node subredditWordIndex.js [subreddit] [time]`
e.g. `node subreddit_word_index.js all week`