https://github.com/hemusuku86/lemin-captcha-solver
lemin captcha solver
https://github.com/hemusuku86/lemin-captcha-solver
automated-testing automation captcha captcha-breaking captcha-solver lemin lemin-captcha reverse-engineering scraper scraping webscraping
Last synced: about 1 month ago
JSON representation
lemin captcha solver
- Host: GitHub
- URL: https://github.com/hemusuku86/lemin-captcha-solver
- Owner: hemusuku86
- Created: 2025-06-21T03:40:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T03:50:29.000Z (about 1 year ago)
- Last Synced: 2025-06-21T04:31:03.673Z (about 1 year ago)
- Topics: automated-testing, automation, captcha, captcha-breaking, captcha-solver, lemin, lemin-captcha, reverse-engineering, scraper, scraping, webscraping
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lemin captcha solver
only supporting single piece challenge, and the image solver is skidded and not good you should make it by yourself :(
# usage
```py
import lemin
lemin_solved = lemin.solve("CROPPED_9933778_1cb25070c75540bf8f4bf3ca0c4f1ffb")
lemin_solved["answer"] # "0xaxcgx0xaxc6x0xaxbsx...D3s1X" or "Failed"
lemin_solved["captcha_id"] # "8d95b4c0-41f3-4dd9-b527-0fbad8429e35"
```