reddit-snooper
reddit-snooper copied to clipboard
🤖 Simple Reddit bot framework for Nodejs.
There are two console.logs() that are not commented out in `watcher.js`. The one in `getListingWatcher()` gets invoked everytime a listing watcher instance is created.
When I start a watcher for a subreddit, e.g. `snooper.watcher.getPostWatcher('subreddit')` everything works correctly, but if I try to get the top posts of such subreddit, e.g. `snooper.watcher.getPostWatcher('subreddit/top')` or the controversial...
If I install via `nom install --save reddit-snooper`, I don't have access to the `getMultiWatcher` function.
added a new watcher that outputs new search results on reddit.
If you subscribe to commets/posts of a subredit which doesn't exist (because it has been deleted) the module crashes with a null pointer exception in watcher.js line 67: `let children...
There appears to be an issue with using the "url" npm library, specifically line 84 of api.js. First of all, in the url module that was installed, url.URL is not...