simonfarah / tiktok-bot

🦾 A bot that generates followers, likes, views, shares and comment likes
MIT License
516 stars 170 forks source link

Could you tell me what I am doing wrong? #17

Closed xanderusa closed 2 years ago

xanderusa commented 2 years ago

I followed all your steps but when clicking on the tikto-bot.py it doesn't happen anything. https://streamable.com/6imrc5 chromedriver is same version as my chrome browser which is 98. I installed colorama and the other component. and nothing has worked. Please help.

simonfarah commented 2 years ago

Hello. Can you please run the script via your terminal to see which errors you are getting?

On Sun, Feb 20, 2022, 4:29 AM xanderusa @.***> wrote:

I followed all your steps but when clicking on the tikto-bot.py it doesn't happen anything. https://streamable.com/6imrc5 chromedriver is same version as my chrome browser which is 98. I installed colorama and the other component. and nothing has worked. Please help.

— Reply to this email directly, view it on GitHub https://github.com/simonfarah/TikTok-Bot/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVDFMSSOY7S44T5DZFQFTELU4BGXVANCNFSM5O3YWUTQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

xanderusa commented 2 years ago

Hello. I've run a test in my terminal and I've got (errono 2) or something. https://streamable.com/uge5ew

simonfarah commented 2 years ago

Your second command is wrong. It should be python tiktok-bot.py or simply tiktok-bot.py

xanderusa commented 2 years ago

Got it. Thank you so much for all the support. I appreciate it. Sorry if I sound annoying. I've never used python in my life nor know about these things. All I was looking for was a bot that really works. Now let me tell u that It did work but only in the terminal, but when I am going to open the TikTok-bot from the folder directly as per your instructions it the tiktok-bot.py folder it won't much less the chromedriver and the catcha . It seems it only works if I execute it from the terminal: https://streamable.com/1xrpdc or what about if I just go to the site directly in zefoy.com and just put the URL there? would it still work also? Thank you in advance.

simonfarah commented 2 years ago

You are very welcome! Glad to hear that it worked at least from the terminal. Well actually if you go to zefoy and paste the URL it will work of course and it will generate 1000 views, but you will have to repeat the same process every 5 minutes to get new 1000 views. So here comes the role of the bot, it will do the exact same process all day long as long as you are running the script, and you'll have to complete the captcha only once. Now answering why the script isn't running when clicking on the 'tiktok-bot.py' file, I'll say that it's an installation problem on your machine and the script doesn't have to do with this. And a lucky guess is that you did not add Python to PATH when installing Python. You can search on google on how to add Python to PATH, hoping that this is the problem. Let me know if this will work, else, I can't really help if I'm not seeing any errors. Hope that this helped! Waiting to hear from you to see if it works.

Edit : I just watched the video you sent. You are using the script the wrong way. You just have to run the script, insert your URL, choose a number from the list and complete the captcha when it prompts. Do not close the chromedriver! The bot will handle all errors and continue on generating the views or whatever you choose. Keep the script and the chromedriver open so the bot will continue on working. It will generate 1000 views every 5 min if I remember correctly, and X shares every Y minutes, X likes every Y minutes and so on...

xanderusa commented 2 years ago

Ok. I reinstalled Python this time making sure it went to a PATH, and also, I kept open the chromedriver open as you said, then also, I disabled antivirus, ad blockers etc just to see if that was the problem, but still the samee. https://streamable.com/pd9a7a

simonfarah commented 2 years ago

Ok let's go step by step here.

First, when I say keep your chromdriver open, I do not mean to open the chromedriver.exe, just do not touch this file. What I mean is when you run the script, a Google Chrome tab will open, this is the chromedriver!

Second, to fix the problem you are facing, it looks like your python files run by default in the Python Interactive Shell. So to get them run by default in the cmd as we want, do this.

Now your python files should run by default in the cmd.

simonfarah commented 2 years ago

You did not install selenium as I mentioned in the installation documentation!! Run this command pip install selenium==3.141.0 then run the script

xanderusa commented 2 years ago

Oh my lord. God bless you man. It worked 🙏 you are a genious. I really admire you ppl. This thing programming world is fascinating. Thank you very much! I've sent you 3 tips coffees lol

simonfarah commented 2 years ago

You are very welcome!! Glad that I could help. You can always get in touch with me - on Instagram 'simonfarah_' or via email simonfarah@pm.me - when you need extra help. See ya!