SnooStorm
An event based wrapper around snoowrap
Usage
Basic Usage:
var snoostorm = credentials = // Load snoowrap credentials from a file var client = client; var commentStream = "subreddit": "AskReddit" // optional, defaults to "all", "results": 5 // The number of results to request per request, more the larger the subreddit, about how many results you should get in 2 seconds. Defaults to 5 "pollTime": 2000 // Time in between polls in milliseconds, defaults to 2000 commentStream; var submissionStream = "subreddit": "AskReddit" // optional, defaults to "all", "results": 5 // The number of results to request per request, more the larger the subreddit, about how many results you should get in 2 seconds. Defaults to 5 submissionStream;