Coder Social home page Coder Social logo

yeshenshuijiao / nocap.py Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 19 KB

๐ŸŽฉ A Python pip package to solve several different types of captcha via OpenCV. Perfect for spiders and bots. Coming Soon!

License: GNU Affero General Public License v3.0

nocap.py's Introduction

โš ๏ธ THIS PROJECT IS COMING SOON. WE WILL PUBLISH A DEVELOPMENT BRANCH FOR EARLY BETAS SOON.

๐ŸŽฉ StopTheCap

A python module to solve all sorts of pesky captchas. We <3 bots.

๐Ÿ“œ General Information

No Cap is a Python package for solving captchas. This libary is perfect for crawlers, automated bots, etc. Our goal? Give automated bot developers more freedom and control.

๐Ÿ’พ Technologies Used

  • Python 3.9
  • Pyppeteer
  • YOLO v5

๐Ÿš€ Features

What makes No Cap so great?

  • Solves 1-2 step hCaptcha directly or with a browser.
  • Multi-proccessing utilized for maximum object recognition speed.
  • Safe delay speeds to prevent flags.
  • Only 1-3 lines to solve a captcha.

๐ŸŒธ Demo

COMING SOON

๐Ÿงฐ Setup

No Cap is a Python package, so it can be easily installed with Pypi or directly from the repo.

pip install nocap
pip install git+https://github.com/GalaxzyDev/No-Cap

๐Ÿ Usage

Solving hCaptcha Directly

from nocap import HcaptchaDirect

hcaptcha = HcaptchaDirect(
  domain  =  ""  # Domain name (eg. discord.com)
  sitekey =  ""  # hCaptcha site key
)

token = hcaptcha.solve()
# print(token)

๐ŸŸข Project Status

Currently only hCaptcha is supported, multiple captcha support planned.

๐Ÿค Acknowledgements

nocap.py's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.