Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking new posts from public instagram account. #1516

Open
RasmonT opened this issue Sep 13, 2021 · 3 comments
Open

Tracking new posts from public instagram account. #1516

RasmonT opened this issue Sep 13, 2021 · 3 comments
Labels
question unconfirmed This issue hasn't been read/confirmed/accepted by an admin

Comments

@RasmonT
Copy link

RasmonT commented Sep 13, 2021

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.

@RasmonT RasmonT added question unconfirmed This issue hasn't been read/confirmed/accepted by an admin labels Sep 13, 2021
@Nerixyz
Copy link
Collaborator

Nerixyz commented Sep 13, 2021

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.

@RasmonT
Copy link
Author

RasmonT commented Sep 13, 2021

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?

Kind regards.

@Nerixyz
Copy link
Collaborator

Nerixyz commented Sep 13, 2021

How limited it is ?

FBNS is not reliable in the sense that some notifications might never get sent.

do I need authenticate a account or not?

Yes, since it's emulating the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question unconfirmed This issue hasn't been read/confirmed/accepted by an admin
Projects
None yet
Development

No branches or pull requests

2 participants