TikTokAPI-Python
TikTokAPI-Python copied to clipboard
TikTok API Python Wrapper
When I run test_hashtag.py I get this error: File "/home/usr/python_tiktok_venv_3/lib/python3.7/site-packages/PyTikTokAPI-0.0.4-py3.7.egg/TikTokAPI/utils.py", line 43, in get_req_json print(r.json()) File "/home/usr/python_tiktok_venv_3/lib/python3.7/site-packages/requests-2.24.0-py3.7.egg/requests/models.py", line 898, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python3.7/json/__init__.py", line 348, in loads...
Tiktok now requires referrer when downloading video, as discussed [here](https://github.com/drawrowfly/tiktok-scraper/issues/301#issuecomment-693432340)
I tried this function and in return I get exception of permission denied. Upon debugging, found out HTML page doesn't display anything because tiktok doesn't give access to our requests.
Hey i wanted to work with this api but this look like nothing work. When im trying basic tests from the API, nothing work... I just got Invalid Argument error...
Great project, thanks for making it available! I noticed that when requesting video metadata by username, using [getVideosByUserName()](https://github.com/avilash/TikTokAPI-Python/blob/fea9a29d0c15fca40c57316f5b7349bd4b3f9ead/TikTokAPI/tiktokapi.py#L106), the results have a different structure than when requesting by hashtag, using...
Hello, using any functions, except the getTrending one, i get the following error: [Exception has occurred: JSONDecodeError Expecting property name enclosed in double quotes: line 1 column 2 (char 1)]...
Hi guys first project using an API, maybe is a very dumb question, but I want to use the downloadVideoById() method. The documentation indicates that I have to use it...

