redscrape

1.0.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i redscrape

Weekly Downloads

1

Version

1.0.2

License

ISC

Last publish

Collaborators

  • jswny