-
**Describe the bug**
I have a problem to make this module work on CentOS.
I am using Python3.7 and I've already pip installed TikTokApi, pyppeteer.
When I use TikTokApi I always get an error mess…
-
The code
`
from TikTokApi import TikTokApi
api.byHashtag('14_birthday')
`
crashes, reporting
`
File "/usr/local/lib/python3.6/dist-packages/TikTokApi/tiktok.py", line 236, in byHashtag
…
-
This method is possibly broken. Perhaps they have changed it on TikToks end?
e.g.
`api.byHashtag('savage')`
should give a lot of return results. The error suggests the response is empty.
D…
-
I want to get the douyin signature value like tiktok
-
Since the update I'm always running into the error: pyppeteer.errors.BrowserError: Browser closed unexpectedly.
This is the output:
Traceback (most recent call last):
File "/.local/lib/python3.…
-
I was running my script on one server with decent stability; moved it to different one and got it totally unstable.
The error is always
`(tiktok) tarkhil@Blade9:~/tiktok$ python spider_v.py
20…
-
**Describe the bug**
When I deploy the service on the server.
I run the getSuggestedUsersbyIDCrawler on celery worker.
It works fine at first, but as time goes, the memory usage keeps growing.
…
-
**Describe the bug**
Putting the Spanish lang code gives me Russian hashtags using the get trending hashtag. If I do use the get trending function I do get Arabic videos.
![errorLanguage](https:…
-
After `pip install TikTokApi`, when trying the example `getTrendings` I get the error `ImportError: cannot import name 'TikTokApi' from 'TikTokApi' (/Users/mari/opt/anaconda3/lib/python3.7/site-packag…
-
**Describe the bug**
The userPosts method to get videos by a given creator only returns 100 videos. Is there a way to get around that limit?
**The buggy code**
```
from TikTokApi import TikT…