Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Captcha fix #154

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
## How can I install and use this?
0. Read the in [in-depth tutorial](https://my-tailwind-nextjs-starter-blog.vercel.app/blog/how-to-use-tiktodv3-tiktok-script-python) about how to set up this script if you have little to no knowledge in coding.
0. Watch the tutorial: https://youtu.be/xPEZBK1SaUk
1. Git-clone this repo & change directory

<pre>git clone https://github.com/kangoka/tiktodv3.git</pre>
<pre>cd tiktodv3</pre>
<pre>git clone https://github.com/Ashwin-Iyer1/tiktodv4.git</pre>
<pre>cd tiktodv4</pre>
2. Install modules using pip:
<pre>pip install -r requirements.txt</pre>
3. Make sure you have Google Chrome installed
4. Run the .py file!
<pre>python tiktodv3.py</pre>
<pre>python tiktodv4.py</pre>

**You will get "error trying again" when it runs because it is waiting for the timer. If it goes on for more than 4 minutes then please make an issue request.

## Note
The first recaptcha has to be completed manually.
Expand All @@ -20,3 +22,11 @@ The first recaptcha has to be completed manually.
1. Thanks to https://zefoy.com/ for providing an amazing free service.
2. Everyone who recommended ketuy.
3. XxB1a for majorly improving tiktodv3
4. Ashwin-Iyer1 for majorly improving tiktodv4

## Currently working on 🚧
1. Fixing the timer
2. Fixing likes bot
3. Fixing followers bot
4. Fixing counter for shares and views
5. Make Favorites Bot
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ chromedriver-binary
selenium
pyfiglet==0.7.5
chromedriver-autoinstaller
selenium_stealth
undetected_chromedriver
266 changes: 0 additions & 266 deletions tiktodv3.py

This file was deleted.

Loading