simonfarah / tiktok-bot

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

Cant open? #5

Closed ChoppedOn closed 2 years ago

ChoppedOn commented 2 years ago

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.

simonfarah commented 2 years ago

Hello! So the problem might be a module that you didn't install yet, most probably the colorama module. Here's what to do, open cmd/terminal and type the following command : pip install colorama And be sure that your chromedriver is in the same directory/folder of the tiktok-bot.py file. Now try to run the script, it should work. If not, please open the file using cmd/terminal and tell us what errors you are getting.

ChoppedOn commented 2 years ago

Yes thank you it was the colorama module. Working now :)

simonfarah commented 2 years ago

Great to hear that!