Gimenz / insta-fetcher

simple instagram metadata scraping
https://www.npmjs.com/package/insta-fetcher
GNU General Public License v3.0
78 stars 36 forks source link

Fetch media limit #21

Open soroshzzz26 opened 2 years ago

soroshzzz26 commented 2 years ago

Hi, thanks for the package really saved me,

I had a question, how can I limit the fetch media results? I pass the end_cursor=12 but it gets an error? please help

medias = await ig.fetchUserPostsV2('adele', 12)

soroshzzz26 commented 2 years ago

and I have another issue too, when I use this code the comments returned are just counted and don't contain comments text

medias = await ig.fetchUserPostsV2('adele', 12)

Gimenz commented 2 years ago

Hi, thanks for open this issue have you checked out the example? the end_cursor parameter, you need to fill out by getting it first with call the function first.

try read the example file