ahmdrz / goinsta

Unofficial Instagram API written in Golang
MIT License
895 stars 248 forks source link

how to get user's live? #205

Open aliforever opened 5 years ago

aliforever commented 5 years ago

Are there any methods to get a user's live?

If not, what is the endpoint, I may add it to the library

ahmdrz commented 5 years ago

Salam Ali jan, Sorry for my late answering. I've tried to download finished Live videos. But for realtime-videos, I don't know how to do it.

Can you help us to implement it?

https://github.com/mgp25/Instagram-API/blob/68f68f3023962e88af197646a7f13a9cbc2f6142/src/Request/Live.php

kmlx commented 4 years ago

hi.

Live.Create() Live.Start() Live.End()

available here: https://github.com/kmlx/goinsta/commit/a0b984144034d197481ab80294d372f97309b229

this is WIP until I move the rest of the methods.

kmlx commented 4 years ago

pull request for posterity: https://github.com/ahmdrz/goinsta/pull/287

WIP until the rest is done.