avilash/TikTokAPI-Python

rate limit

mwald84 opened this issue · 1 comments

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?

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