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

Get Reels (aka Clips) #1308

Open
chiragshah1312 opened this issue Oct 29, 2020 · 19 comments
Open

Get Reels (aka Clips) #1308

chiragshah1312 opened this issue Oct 29, 2020 · 19 comments

Comments

@chiragshah1312
Copy link

chiragshah1312 commented Oct 29, 2020

Feature Request

How to get reels (clips)?

@chiragshah1312 chiragshah1312 added question unconfirmed This issue hasn't been read/confirmed/accepted by an admin labels Oct 29, 2020
@Nerixyz Nerixyz added enhancement feature request and removed question unconfirmed This issue hasn't been read/confirmed/accepted by an admin labels Oct 29, 2020
@Nerixyz Nerixyz changed the title Download reels and not stories Get Reels (aka Clips) Oct 29, 2020
@Nerixyz
Copy link
Collaborator

Nerixyz commented Oct 29, 2020

I've converted this issue to a feature request, as there's no feed for the Clips (reels).
You're probably confused by the naming of these things, so let me simplify if for you:

External Name Internal Name
Stories (I think it actually refers to the items of a story) Reels
Reels Clips

@dixakman
Copy link

dixakman commented Jul 4, 2021

I've converted this issue to a feature request, as there's no feed for the Clips (reels).
You're probably confused by the naming of these things, so let me simplify if for you:

External Name Internal Name
Stories (I think it actually refers to the items of a story) Reels
Reels Clips

Send example plz

@Nerixyz
Copy link
Collaborator

Nerixyz commented Jul 4, 2021

Send example plz

There is no example. That's why this is a feature request.

@dixakman
Copy link

dixakman commented Jul 4, 2021

Send example plz

There is no example. That's why this is a feature request.

That is, you can't get the clips?
Do you know how to get clips ( reels)?

@Nerixyz
Copy link
Collaborator

Nerixyz commented Jul 4, 2021

That is, you can't get the clips?
Do you know how to get clips ( reels)?

There's an endpoint on instagram but I don't remember it.
It's not in this library.

If you know it you can open a PR.

@dixakman
Copy link

dixakman commented Jul 4, 2021

That is, you can't get the clips?
Do you know how to get clips ( reels)?

There's an endpoint on instagram but I don't remember it.
It's not in this library.

If you know it you can open a PR.

very sorry! (

@martymfly
Copy link

The endpoint for the reels clips is https://i.instagram.com/api/v1/clips/user/
request body takes parameteres _uuid and target_user_id for the initial request then max_id added for the next pages.

@NickCis
Copy link

NickCis commented Jul 19, 2022

I've implemented the clips (aka reels) feed following @martymfly information in #1636 .

@Yontih
Copy link

Yontih commented May 18, 2023

@Nerixyz Hi, is the clips explore feed endpoint is known by now?

@NickCis
Copy link

NickCis commented May 18, 2023

@Nerixyz Hi, is the clips explore feed endpoint is known by now?

I really don't know, but, I don't believe that this library is maintained any more. Although my PR was approved, it was never merged, and if you check commits, the last commit that is code related is from more than a year ago (feb 2022). I believe that the only oss maintained project is instagrapi which is written in python. You should check if that library supports the feature you want and in case you strongly need something written for nodejs you could port it. If you check my pr (#1636 ) adding a feed isn't that hard.

@Yontih
Copy link

Yontih commented May 19, 2023

@NickCis Yes I saw your pr but this is not what I've meant, I'm looking for the explore reels feed not a specific user reels.
@Nerixyz did you found out what is the endpoint?

@Nerixyz
Copy link
Collaborator

Nerixyz commented May 19, 2023

@Nerixyz did you found out what is the endpoint?

You can find it in #1636.

@Yontih
Copy link

Yontih commented May 21, 2023

@Nerixyz Thank you for the response but I was referencing to the reels feed in the home page of the app.
You called it ClipsExploreFeed in your comment here.

@Nerixyz
Copy link
Collaborator

Nerixyz commented May 21, 2023

I was referencing to the reels feed in the home page of the app.

Sorry, my bad. I don't know the endpoint right now, but it should be pretty simple to find it.

@Yontih
Copy link

Yontih commented May 21, 2023

@Nerixyz How can I find it?
BTW, can we chat in telegram/discord or something like that?

@Nerixyz
Copy link
Collaborator

Nerixyz commented May 21, 2023

@Nerixyz How can I find it?

Either by MITM-ing requests of the app, or by looking at other projects.

BTW, can we chat in telegram/discord or something like that?

I don't do (much) stuff with Instagram anymore, so I'm sorry, I can't help you.

@Yontih
Copy link

Yontih commented May 21, 2023

@Nerixyz Thank you for your answers.

@Yontih
Copy link

Yontih commented May 21, 2023

@NickCis Hi, how did you find the clips user endpoint?

@NickCis
Copy link

NickCis commented Nov 29, 2023

@NickCis Hi, how did you find the clips user endpoint?

As I explained before, I followed @martymfly 's comment in this thread. I have also checked instagrapi's code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants