https://github.com/implex-ltd/hcaptchasolver
Hcaptcha enterprise challenge solver
https://github.com/implex-ltd/hcaptchasolver
api enterprise hcaptcha solver
Last synced: 4 months ago
JSON representation
Hcaptcha enterprise challenge solver
- Host: GitHub
- URL: https://github.com/implex-ltd/hcaptchasolver
- Owner: Implex-ltd
- License: apache-2.0
- Created: 2023-08-19T12:26:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T20:14:50.000Z (about 2 years ago)
- Last Synced: 2024-04-30T07:15:38.508Z (over 1 year ago)
- Topics: api, enterprise, hcaptcha, solver
- Language: Go
- Homepage: https://hcaptcha.com
- Size: 42.6 MB
- Stars: 21
- Watchers: 1
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Crapsolver backend API**
## **Running SurrealDB**
### Docker
```
docker run --rm --pull always -p 8000:8000 -v /mydata:/mydata surrealdb/surrealdb:1.0.0-beta.9-20230402 start --log trace --user root --pass rootnikoontoplmao5245
```
### Windows
```
surreal.exe start --user root --pass root --bind 0.0.0.0:8080 file:mydatabase.db
```