davidteather / TikTokBot

A TikTokBot that downloads trending tiktok videos and compiles them using FFmpeg
Other
352 stars 62 forks source link

not work ! #8

Closed todokku closed 4 years ago

todokku commented 4 years ago

hi , im test it but not work because selenium toktok api can't load video correctly , please review & if its possible change api to another build finest regards

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.73. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

davidteather commented 4 years ago

Does it output anything in the console? The tiktoks are not supposed to show up in the browser

Reference: this issue opened with the api.

todokku commented 4 years ago

I don't be try to open tiktok from browser , but not work to start download , please if its possible share your work fine tiktok.py file , windows default path is : C:\Users\Administrator\AppData\Local\Programs\Python\Python37\Lib\site-packages\TikTokApi\tiktok.py waiting for your response finest regards

davidteather commented 4 years ago

When you run the program what does it say in the console? Does anything appear in the downloads folder?

todokku commented 4 years ago

1 time downloaded at downloads folder & concat 30 clips into one , after that not work properly

davidteather commented 4 years ago

All that it’s supposed to do is combine those tiktok videos are you sure it’s working incorrectly?

todokku commented 4 years ago

bro its freeze on downloading section & cant download video , not in concat section using ffmpeg , please share tiktok.py api file for check your own version using fine with my default version

davidteather commented 4 years ago

The api tiktok.py api is passing all the tests are you sure there’s no ffmpeg errors in the console? There should be at least some error.

todokku commented 4 years ago

No, there is no error because it cannot receive even one clip , after get exact clip total value set in main , can compact .

davidteather commented 4 years ago

New version has been released. It requires an updated TikTokApi.

Just run

pip install TikTokApi --upgrade

Download the code again and run the tiktokbot.py python file.