You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

boilerpipe-scraper

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boilerpipe-scraper

Boilerpipe Modification

0.0.14
Source
npmnpm
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

##BOILERPIPE Boilerpipe with modifications. In unique instance:

  • Request in multiple proxy's.
  • Checks size of text and make multiple filters for get bigger.
var boiler = require('boilerpipe-scraper')

boiler("http://www.spellbook.io", "192.168.0.1:3128 192.168.0.2:3128", (err, text) => {
  if (err) console.log(err)
  else console.log(text)
})

Keywords

tor

FAQs

Package last updated on 20 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts