kangoka / tiktodv3

Get unlimited Tik Tok views or hearts or followers or shares.
663 stars 322 forks source link

i got eroor how to solve #26

Closed Zerovictim closed 3 years ago

Zerovictim commented 3 years ago

korosensei@Acer-PC:~/tiktodv3$ python3 tiktodv3.py sh: 1: cls: not found sh: 1: title: not found


/_ / / /// / \/ \ | | / / / / / / // ,< / / / / / / / / / | | / / / < / / / // /| | / / / // / // / | |/ // / /_/ /// ||// _// |_//__/

Author: https://github.com/kangoka

  1. Auto Views
  2. Auto Hearts
  3. Auto Followers

Select auto: 1 TikTok video URL: https://www.tiktok.com/@nimegami/video/6897445488111406337 Traceback (most recent call last): File "/home/korosensei/.local/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 72, in start self.process = subprocess.Popen(cmd, env=self.env, File "/usr/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'chromedriver.exe'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "tiktodv3.py", line 20, in driver = webdriver.Chrome(r"chromedriver.exe", options=chrome_options) File "/home/korosensei/.local/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py", line 73, in init self.service.start() File "/home/korosensei/.local/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 81, in start raise WebDriverException( selenium.common.exceptions.WebDriverException: Message: 'chromedriver.exe' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home

kangoka commented 3 years ago

Are you running on Linux?

Zerovictim commented 3 years ago

yes

kangoka commented 3 years ago

Change replace cls with clear and remove all os.system

Zerovictim commented 3 years ago

image after entry 1 -3 and i choose 1 and entry link. after that get message error btw iam use chrome latest 8.7

kangoka commented 3 years ago

Views are disabled for now, you need to check the website, whether disabled or not

XxB1a commented 3 years ago

@Zerovictim linux uses a different command for clearing the console. Replace cls with clear.