1.0.2 • Published 10 years ago
redscrape v1.0.2
RedScrape
Node module for scraping Reddit.
Installation
$ npm install redscrape
Usage
var redscrape = require('redscrape')
redscrape.getSubredditLinks(url, callback)- Gets the subreddit links from a page.redscrape.getPNGImages(url, callback)- Gets the PNG images from a page.redscrape.getCommentLinks(url, callback)- Gets the comment links from a page.redscrape.getGildedComments(url, callback)- Gets the gilded comments from a page.