You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make instagram bot that will track new posts from the public instagram account, then i want to send the link of the post the discord... So i will need to get update from instagram account once it posts new post.. then i need get shortcode of new IG post from it, so I can excute discord code.
Is this library capable of this? If yes, how should i start? I tried many also different libs but wasn't able to make it work...
Thanks in advance.
The text was updated successfully, but these errors were encountered:
So i will need to get update from instagram account once it posts new post
This is the only thing that's not straight forward with this library and instagram in a whole. You can't get updates from instagram reliably. There's FBNS (#845) but even this is unreliable. You might want to poll the user's feed (but this is rate-limited).
how should i start?
Start by looking at the examples and documentation. Once #1512 lands, the docs will be a lot better.
So i will need to get update from instagram account once it posts new post
This is the only thing that's not straight forward with this library and instagram in a whole. You can't get updates from instagram reliably. There's FBNS (#845) but even this is unreliable. You might want to poll the user's feed (but this is rate-limited).
how should i start?
Start by looking at the examples and documentation. Once #1512 lands, the docs will be a lot better.
How limited it is ? If you know of course... from the docs, I'm kinda confused how this works, do I need authenticate a account or not?
Hello there!
I'm trying to make instagram bot that will track new posts from the public instagram account, then i want to send the link of the post the discord... So i will need to get update from instagram account once it posts new post.. then i need get shortcode of new IG post from it, so I can excute discord code.
Is this library capable of this? If yes, how should i start? I tried many also different libs but wasn't able to make it work...
Thanks in advance.
The text was updated successfully, but these errors were encountered: