rzlyp / instagram-scraping

NodeJS module for scraping instagram media by hashtag
110 stars 23 forks source link

Unhandled rejection Error: Error scraping user page "fortnite" #32

Open JamesArbaes opened 1 year ago

JamesArbaes commented 1 year ago

Hi, I was trying your package using the example code

var ig = require('instagram-scraping');

ig.scrapeTag('fortnite').then((result) => {
    console.dir(result);
});

or

ig.scrapeUserPage("fortnite").then((result) => {
    console.log(result);
});

And in both cases I get: Unhandled rejection Error: Error scraping user page "fortnite" Is the package still working?

rzlyp commented 1 year ago

so sorry, I no longer maintain this, because Instagram has a lot of restrictions now.

feel free to contribute.

Thank you

On Thu, Dec 15, 2022 at 5:51 PM JamesArbaes @.***> wrote:

Hi, I was trying your package using the example code

`var ig = require('instagram-scraping');

ig.scrapeTag('fortnite').then((result) => { console.dir(result); });orig.scrapeUserPage("fortnite").then((result) => { console.log(result); });` And in both cases I get: Unhandled rejection Error: Error scraping user page "fortnite" Is the package still working?

— Reply to this email directly, view it on GitHub https://github.com/rzlyp/instagram-scraping/issues/32, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADYJJPDIYVYDAMMYMECJVNTWNOVIJANCNFSM6AAAAAATAJREZQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>