0.4.0 • Published 9 years ago

hidemyass-scrapper v0.4.0

Weekly downloads
1
License
BSD-2-Clause
Repository
-
Last release
9 years ago

HideMyAss Scrapper

Build Status npm version npm

Page scrapper that retrieves proxy server information from HideMyAss website.

Make sure phantomjs is installed!

npm install hidemyass-scrapper

var HideMyAss = require('hidemyass-scrapper');

HideMyAss.getPages(function (err, pages) {
    if (err) {
        return console.log('Dammit!');
    }
    HideMyAss.crawl(pages, function (err, proxylist) {
        if (err) {
            return console.log('Dammit!');
        }
        for (proxy in proxylist) {
            // You have a proxy here
        }
    });
});

License

Licence © Rodrigo Gomes da Silva

0.4.0

9 years ago

0.3.7

9 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago