Giter Club home page Giter Club logo

tiktok-bot's Introduction

🐛 releasing more bugs into the wild

tiktok-bot's People

Contributors

simonfarah avatar terafear avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tiktok-bot's Issues

chrome driver is crashing

Traceback (most recent call last):
File "/Users/stanni/repo/tBotTest/tiktok-bot.py", line 182, in
driver = webdriver.Chrome(PATH)
File "/Users/stanni/repo/env/tBotTest/lib/python3.10/site-packages/selenium/webdriver/chrome/webdriver.py", line 73, in init
self.service.start()
File "/Users/stanni/repo/env/tBotTest/lib/python3.10/site-packages/selenium/webdriver/common/service.py", line 98, in start
self.assert_process_still_running()
File "/Users/stanni/repo/env/tBotTest/lib/python3.10/site-packages/selenium/webdriver/common/service.py", line 109, in assert_process_still_running
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: Service /Users/stanni/repo/tBotTest/chromedriver unexpectedly exited. Status code was: -9

Auto Closing

Upon opening tiktok-bot.py it closes it self instantly.

Tiktok bot not working

Even after having solved the captcha and refreshed zefoy.com, I still get the "You didn't solve the captcha yet. Need to refresh to avoid endless loop" when trying to generate views on a video. The pop up browser just refreshes every 20 seconds.
I also get 502 bad gateway every now and then, any way I can get around this?

no internet connection

the driver doesn't load, and I have no internet, even if I am connected. I am not behind proxies or firewalls!

does this tool only work on the desktop?

I looked for the chrome driver for my chrome android version but it doesn't seem to be there, and I downloaded the closest to that version and it failed, and I tried without the chrome driver and that also failed 😞

Chrome closes out when I run the file

Hello! I was wondering if you had a solution for this error that I get. So I have all the requirements, everything installed, I open up the python file, enter my video link, I ask for shares, and it opens up chrome and closes immediately. Do you have a solution for this problem?

Crashes with error

Hello, thanks for the script.

Bot will open chrome but its empty for a minute, then crashes with following error:

Traceback (most recent call last): File "tiktok-bot.py", line 182, in <module> driver = webdriver.Chrome(PATH) File "/home/user/.local/lib/python3.6/site-packages/selenium/webdriver/chrome/webdriver.py", line 81, in __init__ desired_capabilities=desired_capabilities) File "/home/user/.local/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in __init__ self.start_session(capabilities, browser_profile) File "/home/user/.local/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session response = self.execute(Command.NEW_SESSION, parameters) File "/home/user/.local/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute self.error_handler.check_response(response) File "/home/user/.local/lib/python3.6/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: unknown error: DevToolsActivePort file doesn't exist

any solution please? Thank you!

.

is it fixed i need help i am new to github idk how to r
un these

the program is ok,but 502

i am use M1 bookpro ,i run all code by readme,but m1 pop a window 502 badway ,please tell me how to resolve the question?
11081649411247_ pic

when i open the bot it closes immeditly

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

chromedriver error

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. pip install -r requirements then download chrome driver version 102 linux unzip it move it to the bot directory
  2. chmod +x chromedriver
  3. remove the .exe in the tiktok-bot.py
  4. run the script and see the error

Expected behavior
i expected it to send the comment likes to the video that i precised

Screenshots
screen of the error
20220627_220911

Desktop (please complete the following information):

  • OS: [Android 10]
  • Browser [chrome 102.0.5005.125]

Smartphone (please complete the following information):

  • Device: [samsung j6]
  • OS: [ANDROID 10]
  • Browser [chrome]
  • Version [102.0.5005.125]
  • Termux [0.118.0]

tengo algunos problemas

al momento de poner el link y darle a followers me sale las siguientes lineas:

D:\tiktok\TikTok-Bot-main\TikTok-Bot-main\tiktok-bot.py:182: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
driver = webdriver.Chrome(PATH)
Traceback (most recent call last):
File "D:\phyton\lib\site-packages\selenium\webdriver\common\service.py", line 71, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "D:\phyton\lib\subprocess.py", line 966, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "D:\phyton\lib\subprocess.py", line 1435, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] El sistema no puede encontrar el archivo especificado

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\tiktok\TikTok-Bot-main\TikTok-Bot-main\tiktok-bot.py", line 182, in
driver = webdriver.Chrome(PATH)
File "D:\phyton\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 70, in init
super(WebDriver, self).init(DesiredCapabilities.CHROME['browserName'], "goog",
File "D:\phyton\lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 90, in init
self.service.start()
File "D:\phyton\lib\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://chromedriver.chromium.org/home

y tengo el chromedriver en la carpeta de tiktok-bot-main

"Webdriver is not defined"

So if I run the program, I get 1 error:
"webdriver is not defined Pylance (reportUndefinedVariable)
I have no clue how to fix it, I tried tips from Google but none of them worked
Git2

Chrome driver

Hi,

I try to download chrome driver but i can’t, I have chrome version 98 and i’m on windows x64. Can you help me pls ?

(sorry for the english i’m french)

Thanks

I have a error

I habe this problem
Can u help ???

Traceback (most recent call last): File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/selenium/webdriver/common/service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env, File "/data/data/com.termux/files/usr/lib/python3.10/subprocess.py", line 966, in init self._execute_child(args, executable, preexec_fn, close_fds,
File "/data/data/com.termux/files/usr/lib/python3.10/subprocess.py", line 1840, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: '/data/data/com.termux/files/home/TikTok-Bot/chromedriver.exe'
During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/data/data/com.termux/files/home/TikTok-Bot/tiktok-bot.py", line 182, in
driver = webdriver.Chrome(PATH)
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/selenium/webdriver/chrome/webdriver.py", line 73, in init
self.service.start()
File "/data/data/com.termux/files/usr/lib/python3.10/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

A generic error occurred. Now will retry again

The error "A generic error occurred. Now will retry again" is displayed just after set the video URL on the option 2 "Get followers" the error is displayed all the time in that specific option.

A

A

WebDriverException

I'm on MacOS, running the script. I was running it successfully earlier in the week and now this issue started happening. Shortly after choosing likes or views (any of the options cause the issue) the browser will boot up. Once I finish the captcha it will load the next page and then shortly thereafter the script crashes. The error given is in the image below.

Screen Shot 2022-07-01 at 3 15 22 PM

OS and chrome versions

  • MacOS 12.2
  • Chrome Version 103.0.5060.53

Only works for first view

It only works for the first time. Then afterwards it says the error:

[9340:30160:1104/094115.911:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is

Hello

Can somebody help me to run it please ? I dont know how to use that chrome

Build it into request tiktok bot

We dont want to use auto matc zefoy proccess bc it needs us verify and etc...
make it easier = import requests , time
and do views and captcha solving thanks

Vpn needed or not? (New User, sorry)

Hello Simon! I hope i dont sound dumb or anything, but i was wondering if i need a vpn for this bot to properly work, im new to all this and ive been doing research but i cant find much.
I hope u can get back to me.

Crashing

So when I open the the bot it works opening it but when i try to add followers or anything the app just colses and I get nothing downloaded all the things downloaded chromedriver_win32 and exracted it from a zip to a normal file and put it in TikTok-Bot-main'
Can you help me or send me a tutorial video?

No internet connection

I run bot.py and it writes that there is no connection and closes, I looked that some have the same problem and everyone is talking about some kind of "import undetected_chromedriver as uc" , but I paste this command into python and nothing happens

Cant open?

I am new to all of this so maybe this is my fault but i cant seem to open the tiktok-bot.py file.
I have python, selenium and the correct chrome driver installed but whenever I try to open the file it opens then closes automatically.

Shares doesnt work.

Tried views. It works fine. But when I try shares it clicks share inserts the link and presses search but it doesnt actually press the share black button. Please see the attached image. It only goes upto pressing search and then exits back to the home page. In the console the error reads Á generic error has occured
df
".

i get this error

Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/common/service.py", line 76, in start
stdin=PIPE)
File "/usr/lib/python3.6/subprocess.py", line 729, in init
restore_signals, start_new_session)
File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
PermissionError: [Errno 13] Permission denied: '/home/anonym/TikTok-Bot/chromedriver.exe'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tiktok-bot.py", line 182, in
driver = webdriver.Chrome(PATH)
File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/chrome/webdriver.py", line 73, in init
self.service.start()
File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/common/service.py", line 88, in start
os.path.basename(self.path), self.start_error_message)
selenium.common.exceptions.WebDriverException: Message: 'chromedriver.exe' executable may have wrong permissions. Please see https://sites.google.com/a/chromium.org/chromedriver/home

I can't run the bot

I am trying to run the BOT. I am getting an error message, i have readed the instruction but still i have this problem.

What do i wrong?

image

[~] Loading driver, please wait... \n [!] No internet connection

Steps to follow:

1- Run this command pip install -r requirements.txt
2- Run bot.py (i run this command py bot.py)

And i get this error:

[~] Loading driver, please wait...
[!] No internet connection

I saw someone else had the same error as me, but I commented out the import undetected_chromedriver as uc line like you say the guy did and ran step 2 again and still had the error.

Crash on opening

When opening the py file it closes and gives me this:
Traceback (most recent call last): File "C:\Users\drous\Downloads\TikTok-Bot-main\TikTok-Bot-main\tiktok-bot.py", line 2, in from selenium import webdriver

Tutorial ?

Hello, is there a video tutorial for this tool ?

Erreur

Quand je tente de lancer le code, je reçois ce code erreur, comment puis-je solutionner ça, merci !

Traceback (most recent call last):
File "C:\Users\selu\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\selenium\webdriver\common\service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1008.0_x64__qbz5n2kfra8p0\Lib\subprocess.py", line 1024, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1008.0_x64__qbz5n2kfra8p0\Lib\subprocess.py", line 1509, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] Le fichier spécifié est introuvable

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\selu\Desktop\Devoir Maisons\tiktok-bot-main\main.py", line 245, in
driver = webdriver.Chrome("driver = webdriver.Chrome(C:\Users\selu\Desktop\Devoir Maisons\chromedriver_win32\chromedriver.exe")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\selu\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in init
self.service.start()
File "C:\Users\selu\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\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

Line 170 for non windows users

Good day. There is no instructions on line 170 for other users. I am using ubuntu. Please can you assist me with installing correctly

when i open the py file it closes (pls be quick lol)

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'tiktok-bot'
  2. Click on '2'
  3. it closes
  4. See error

Expected behavior
chrome driver opens i do capcha

Screenshots
Screenshot 2022-04-18 221716

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [desktop on win 10 (winver:21h2]
  • Browser [chrome/brave/opra]
  • Version [21h2]

Additional context
pls be quick help a script kiddy out

when i type "pip" it just doesnt recongnize it

yes the title says it, when i try to download colorama, i follow what the tutorial says. so i go to cmd type in pip install colorama. didnt do anything and sorry if im annoying but im super new i just downloaded python so could you help me please?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.