musically-tiktok-api-python icon indicating copy to clipboard operation
musically-tiktok-api-python copied to clipboard

Is this API still working?

Open Me1kaa opened this issue 5 years ago • 5 comments

I'am writting API wrapper using Kotlin lang, and took your wrapper and other one as an example. But, I have a problem with getting data from requests, I think, tiktok implemented new security fixes, so, every request return empty data. Can you check is your api still working? For me it returns empty data, as mine.

Me1kaa avatar Jun 02 '19 11:06 Me1kaa

I'am writting API wrapper using Kotlin lang, and took your wrapper and other one as an example. But, I have a problem with getting data from requests, I think, tiktok implemented new security fixes, so, every request return empty data. Can you check is your api still working? For me it returns empty data, as mine.

At the moment, faced with the same problem. Now, when querying the server, you must pass two mandatory parameters "X-Gorgon, X-Khronos"

n-khripunov avatar Jun 25 '19 05:06 n-khripunov

hey can you login by using this API.

umeshdepale avatar Jul 02 '19 07:07 umeshdepale

Tiktok changed quite a bit to their api last month that probably broke this one. I don't have all the same functionality in my module, but you can get TikTok json objects and download videos and more.

TikTok-Api

davidteather avatar Dec 20 '19 23:12 davidteather

Tiktok changed quite a bit to their api last month that probably broke this one. I don't have all the same functionality in my module, but you can get TikTok json objects and download videos and more.

TikTok-Api

https://github.com/tolgatasci/musically-tiktok-api-python/blob/master/README.md

tolgatasci avatar Dec 20 '19 23:12 tolgatasci

@tolgatasci Thanks for the shout out

davidteather avatar Dec 21 '19 01:12 davidteather