harrypython / itsagramlive

It's A Gram Live is a Python script that create a Instagram Live and provide you a rtmp server and stream key to streaming using sofwares like OBS-Studio.
GNU General Public License v3.0
175 stars 51 forks source link

Accept, reject and close requests to join a live #15

Closed jozephbrasil closed 4 years ago

jozephbrasil commented 4 years ago

Would be wonderful if the accept, reject and close requests to being part of a live is accessible via this script.

harrypython commented 4 years ago

I agree, would be wonderful 😁

For this we need to know the endpoint and the parameters/data needs.

salehbjd123 commented 4 years ago

I wiil waite for this script release

Nesslax commented 4 years ago

it's an amazing feature if we can add it :D it would be awesome

Nesslax commented 4 years ago

to make the work easy for you : https://github.com/dilame/instagram-private-api/blob/master/docs/classes/_repositories_live_repository_.liverepository.md

harrypython commented 4 years ago

Thank you @Nesslax but there is no method to join in a live 😩

Nesslax commented 4 years ago

there is : /api/v1/live/${broadcastId}/get_join_request_counts/

do you think it's possible to use Wireshark to see all the requests sent by Instagram. and capture them?

Nesslax commented 4 years ago

here is the issue talking about it https://github.com/dilame/instagram-private-api/issues/1164

harrypython commented 4 years ago

@Nesslax

there is : /api/v1/live/${broadcastId}/get_join_request_counts/

This is not the right one, this request just checks if you have someone asking to join the live.

do you think it's possible to use Wireshark to see all the requests sent by Instagram. and capture them?

Check this: https://github.com/itsMoji/Instagram_SSL_Pinning I use combined with an Android Virtual Device but it's possible to use an old device too.

harrypython commented 4 years ago

@Nesslax I think you right (https://github.com/dilame/instagram-private-api/issues/1164#issuecomment-723674446).

A lot of people ask for this enhancement, I don't believe it's achievable.