This project automates the login process on TikTok using Selenium WebDriver. It also includes functionality to handle captchas using the ocacaptcha
library.
- Automated login to TikTok
- Handling of cookies banner
- Automatic filling of login credentials
- Solving captchas using
oca_solve_captcha
function fromocacaptcha
library
- Python >= 3.11
- ChromeDriver
- A valid API key for
ocacaptcha
- Clone the repository:
git clone https://github.com/OneClickAction/TikTok-Captcha-Solver.git cd TikTok-Captcha-Solver
- Install the required Python packages:
pip install selenium ocacaptcha requests
- Download and install ChromeDriver compatible with your version of Chrome, and place it in your desired directory.
- Update the script with your own login credentials and API key:
my_email = "your_email@example.com" my_password = "your_password" user_api_key = "your_ocacaptcha_api_key"
- Update the ChromeDriver path:
service = Service(executable_path='/path/to/your/chromedriver')
- Selenium
- ocacaptcha
- Requests
For any questions or issues, please contact:
- OCA admin
- Email: oneclickactionsoft@gmail.com
- GitHub: One Click Action
- Telegram One Click Action
- Discord One Click Action
- YouTube One Click Action