avilash / TikTokAPI-Python

TikTok API Python Wrapper
http://avilashkumar.com/TikTokAPI-Python/
MIT License
442 stars 114 forks source link

rate limit #41

Open mwald84 opened 3 years ago

mwald84 commented 3 years ago

I'm checking for new videos from a specific user every 15min using .getUserByName() but I think my IP was banned because the same script works in another machine and stopped working on the machine it was running. I could not find the info about rate limits on TT docs. Does anyone knows where I can find this info?

FunDan3 commented 2 years ago

I dont know anything about this but try to send fake requests to other usernames and randomize time when you check it. Should work.