ssovit / TikTok-API-PHP

Unofficial TikTok API for PHP. Join our Discord server
https://discord.gg/rSQd2QAXA8
MIT License
145 stars 42 forks source link

Return real followers count #44

Closed beshoo closed 2 years ago

beshoo commented 2 years ago

Dear all, I believe all users know about livecounts.io which somehow can return the real count of the followers of an account. but this API can not return the real followers count, it just returns what is in the JSON

"authorStats":{"followerCount":19400,"followingCount":2987,"heart":52700," whihc is not correct when the followers count pass the 15000.

like in this example. The real follower's count is 19440 but TikTok round the number.

please advice.

ssovit commented 2 years ago

livecounts.io is using mobile app api.. and this repo is using web app api.

Mobile APP api would return actual stats, while web api would return rounded stats count.

beshoo commented 2 years ago

@ssovit kindly may you refer me to the Mobile app API endpoint so i can do the same in my application. Is there any GitHub repo for this?

ssovit commented 2 years ago

There seem not to be free tiktok app api access. I can provide you access or source code. Contact me through contact info readme of this repo

beshoo commented 2 years ago

I sent you an email!