New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ocacaptcha

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ocacaptcha

This library for solving TikTok captcha via OCA captcha service

  • 0.2.36
  • PyPI
  • Socket score

Maintainers
1

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:
    git clone https://github.com/OneClickAction/TikTok-Captcha-Solver.git
    cd TikTok-Captcha-Solver
    
    
  2. Install the required Python packages:
    pip install selenium ocacaptcha requests
    
    
  3. Download and install ChromeDriver 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:

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc