Metadata-Version: 2.1
Name: ocacaptcha
Version: 0.2.8
Summary: This library for solving TikTok captcha via OCA captcha service
Home-page: https://github.com/OneClickAction/TikTok-Captcha-Solver
Author: OCA admin
Author-email: oneclickactionsoft@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# TikTok Captcha Solver
This project automates the login process on TikTok using Selenium WebDriver. It also includes functionality to handle captchas using the `ocacaptcha` library.

## Features

- Automated login to TikTok
- Handling of cookies banner
- Automatic filling of login credentials
- Solving captchas using `oca_solve_captcha` function from `ocacaptcha` library

## Prerequisites

- Python >= 3.11
- ChromeDriver
- A valid API key for `ocacaptcha`

## Installation
1. Clone the repository:
   ```bash
   git clone https://github.com/OneClickAction/TikTok-Captcha-Solver.git
   cd TikTok-Captcha-Solver
   
2. Install the required Python packages:
   ```bash
   pip install selenium ocacaptcha requests
   
3. Download and install [ChromeDriver](https://googlechromelabs.github.io/chrome-for-testing/#stable) compatible with your version of Chrome, and place it in your desired directory.

## Usage
	from ocacaptcha import oca_solve_captcha
	


## Dependencies
- Selenium
- ocacaptcha
- Requests


## Contact
For any questions or issues, please contact:

- OCA admin
- Email: oneclickactionsoft@gmail.com
- GitHub: [One Click Action](https://github.com/OneClickAction)
- Telegram [One Click Action](https://t.me/+70DIlIc543U4NGQy)
- Discord [One Click Action](https://discord.com/invite/YyDx3SJNCh)
