-
On first call to /api/item_list, TikTok seems to always return only cursor data, such as
`{
"statusCode": 0,
"hasMore": false,
"maxCursor": "0",
"minCursor": "1593197167000"
}
`
or
`…
-
Traceback (most recent call last):
File "slurp_hash.py", line 12, in
tiktoks = api.byHashtag('beforeafter', count=count, start=start)
File "/usr/local/lib/python3.6/dist-packages/TikTokApi…
-
Every example script yields an error
Traceback (most recent call last):
File "test1.py", line 7, in
tiktoks = api.byUsername('americanredcross', count=count)
File "/usr/local/lib/python…
-
**Describe the bug**
After ~ 30 seconds, such an error occurs. Everything is fine on my computer, but unfortunately an error occurs on the server
**The buggy code**
Traceback (most recent cal…
-
Currently, userPosts has a limit of 99 posts per user. I've tried to overcome it with strange results.
For instance, api_url (without signature) of
https://m.tiktok.com/api/item_list/?count=20&…
-
Hello, thank you for your effort into the API.
Unfortunately, I'm coming across this error:
> Traceback (most recent call last):
> File "D:/tiktok/tiktok/test.py", line 4, in
> trending =…
-
I've patched TikTokApi.py to allow setting starting cursor (fairly trivial), and tried to get information on all videos with tag.
However, no tag returned more than 1999 records, and I suppose that…
-
File "C:\development\tiktok\env\lib\site-packages\TikTokApi\tiktok.py", line 301, in getUserObject
return self.getData(api_url, b.signature, b.userAgent)['userInfo']['user']
KeyError: 'userInfo'…
-
**Describe the bug**
I am trying to insert this library in a flask server so I can get tiktok data from Unity3D for example making web requests to my flasks server and getting raw mp4 url or thumbn…
-
Hi, so im trying to run the bot and whenever im starting it im getting the following log on cmd
`[18252:16376:0307/145527.641:ERROR:ssl_client_socket_impl.cc(941)] handshake failed; returned -1, S…