0.4.0 • Published 8 years ago

hidemyass-scrapper v0.4.0

Weekly downloads
1
License
BSD-2-Clause
Repository
-
Last release
8 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

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago