Skip to content

Automate TikTok logins effortlessly using Selenium or Playwright! Solve captchas seamlessly with the ocacaptcha library and streamline your TikTok automation workflow. Perfect for developers and automation enthusiasts — get started now!

License

Notifications You must be signed in to change notification settings

OneClickAction/TikTok-Captcha-Solver

Repository files navigation

🚀 TikTok Captcha Solver

Python Selenium Playwright nodriver License GitHub stars GitHub forks GitHub watchers GitHub all releases GitHub release (latest by date) Profile views

🔓 Automate TikTok login and bypass captchas using Selenium, Playwright or Nodriver + OCA Captcha


✨ Features

  • ✅ Automatic TikTok login
  • ✅ Support for Selenium, Playwright and Nodriver
  • ✅ Auto-filling of login credentials
  • ✅ Captcha solving via oca_solve_captcha
  • ✅ Easy integration with OCA Captcha API

⚡ Requirements

  • Python 3.13.1+
  • ChromeDriver (only for Selenium)
  • Selenium (for TikTok Captcha Solver with Selenium.py)
  • Playwright (for TikTok Captcha Solver with Playwright.py)
  • Nodriver (for TikTok Captcha Solver with Nodriver.py)
  • 🔑 API key for ocacaptcha

📥 Installation

🔹 Option 1: Selenium

pip install selenium ocacaptcha

➡️ Download and install ChromeDriver compatible with your Chrome version

🔹 Option 2: Playwright

pip install playwright ocacaptcha

🔹 Option 3: Nodriver

pip install nodriver ocacaptcha

🚀 Usage

🔹 Selenium

  1. Set your login credentials and API key:
my_email = "YOUR_USERNAME_OR_EMAIL_HERE"
my_password = "YOUR_PASSWORD_HERE"
user_api_key = "YOUR_API_KEY_HERE"
  1. Update the ChromeDriver path:
service = Service(executable_path="/path/to/your/chromedriver")

🔹 Playwright

  1. Set your login credentials and API key:
my_email = "YOUR_USERNAME_OR_EMAIL_HERE"
my_password = "YOUR_PASSWORD_HERE"
user_api_key = "YOUR_API_KEY_HERE"

🔹 Nodriver

  1. Set your API key:
user_api_key = "YOUR_API_KEY_HERE"

🔑 Getting Your OCA API Key

  1. Open the Telegram bot
  2. Send the /start command
  3. Choose English or Russian language
  4. Go to Another services menu
  5. Select Captcha and get your API key
  6. Copy your API key and paste it into your script

📦 Dependencies

  • Selenium
  • Playwright
  • Nodriver
  • ocacaptcha

📞 Contact

For support or business inquiries:


💡 Take action now: Automate your TikTok login and let OCA Captcha handle the hard part 🔥

About

Automate TikTok logins effortlessly using Selenium or Playwright! Solve captchas seamlessly with the ocacaptcha library and streamline your TikTok automation workflow. Perfect for developers and automation enthusiasts — get started now!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages