Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfarah authored Oct 23, 2021
1 parent 05fc28f commit b2fcd09
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
A bot that generates followers, likes, views, shares and comment likes!

## Requirements
1. You must have python installed (of course)
2. You must download selenium, here's how: open Terminal/Cmd and type the command "python -m pip install selenium" then press the Enter key
3. You must install [chromedriver](https://chromedriver.chromium.org/downloads) in the tiktok-bot.py file directory
* You must have python installed (of course)
* You must install [chromedriver](https://chromedriver.chromium.org/downloads) in the tiktok-bot.py file directory
* You must download selenium, here's how : open Terminal/Cmd and type the command below then press the Enter key

python -m pip install selenium

## If you are not on Windows
If you are not using windows, open the tiktok-bot.py file using any text editor, go down to line 166 and follow the instruction
Expand All @@ -13,3 +15,9 @@ If you are not using windows, open the tiktok-bot.py file using any text editor,
1. Make sure you installed all the requirements
2. If you are not using Windows follow the instruction above
3. Run the tiktok-bot.py file and enjoy!

## Disclaimer
* This tool is for educational purposes only
* Do not use it for illegal work or without the consent of the tiktok account owner
* I am not responsible for any action taken using this script
* I am not responsible for any damage of any kind for using this script

0 comments on commit b2fcd09

Please sign in to comment.