1.0.2 • Published 8 years ago

redscrape v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

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.

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago