Androz2091 / insta.js

💬 Object-oriented library for sending and receiving messages via Instagram
138 stars 42 forks source link

How can we get notification if some user posted new stories/post/igtv #62

Closed Gimenz closed 3 years ago

Gimenz commented 3 years ago

i want to get media from a user, if he posted new story / post

looks like

client.on('storyUpdate', (data) => { console.log(data) // here can be stories / post links, or metadata });

Androz2091 commented 3 years ago

You can't. You need to fetch data every 10min and compare them.