1.0.1 • Published 6 years ago

instagram-tagscrape-proxy v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

instagram-tagscrape-proxy

Proxied version of the instagram-tagscrape module.

Please refer to the original documentation.

Usage

Each function of the original module accepts an optional proxy argument

var ig = require('instagram-tagscrape-proxy');

ig.scrapeTagPage('bernie', "http://<YOUR PROXY>").then(function(result){
    console.dir(result);
})