Steven Penny
Steven Penny
Is this a stream thats already ended, or one that is ongoing? Also do you have the original public URL?
I have updated the version in my code: ~~~ GET /p/CZrcjYNl6n-/?__a=1 HTTP/1.1 Host: www.instagram.com User-Agent: Instagram 220.0.0.16.115 Android (99/9; density; 9999x9999; brand; model; device; platform ~~~ https://github.com/89z/mech/blob/v1.47.0/instagram/item.go#L221-L231
Instead of cookies, I think the better option is to get a Bearer token: ~~~ POST /api/v1/accounts/login/ HTTP/1.1 Host: i.instagram.com Content-Type: application/x-www-form-urlencoded User-Agent: Instagram 207.0.0.39.120 Android signed_body=SIGNATURE.{"device_id":"Instagram 207.0.0.39.120 Android","enc_password":"#PWD_INSTAGRAM:0:0:PASSWORD","username":"USERNAME"} ~~~
You can use plain password if you prefer: ~~~ POST /api/v1/accounts/login/ HTTP/1.1 Host: i.instagram.com Content-Type: application/x-www-form-urlencoded User-Agent: Instagram 207.0.0.39.120 Android signed_body=SIGNATURE.{"device_id":"Instagram 207.0.0.39.120 Android", "enc_password":"#PWD_INSTAGRAM:0:0:yourPassword","username":"yourUsername"} ~~~
No, you cant do that. As soon as you add `android.software.leanback`, it breaks the app for phones. So two apps would be needed, similar to these: - https://play.google.com/store/apps/details?id=com.google.android.youtube - https://play.google.com/store/apps/details?id=com.google.android.youtube.tv
I would not help @archon810, as they use open source software like this one, but refuse any information on their own software.
Can you clarify what the result should be? All I see is this: > Bug fixes and improvements https://play.google.com/store/apps/details?id=com.google.android.apps.translate
> Thanks for your interest in becoming a tester for the WhatsApp Messenger app. > However, at this time, WhatsApp Messenger app's testing program has reached the maximum number of...
Sorry I am not messing with this any more. Good luck to you.
@mptre I am willing to take over, if you want to move the repo to me