vvanglro / cf-clearance

Purpose To make a cloudflare v2 challenge pass successfully, Can be use cf_clearance bypassed by cloudflare, However, with the cf_clearance, make sure you use the same IP and UA as when you got it.
https://github.com/vvanglro/cf_clearance
355 stars 59 forks source link

adopt FlareSolverr style #8

Closed sneedgers closed 1 year ago

sneedgers commented 1 year ago

Please I want to use it like docker run -d \ --name=flaresolverr \ -p 8191:8191 \ -e LOG_LEVEL=info \ --restart unless-stopped \ ghcr.io/flaresolverr/flaresolverr:latest

and

curl -L -X POST 'http://localhost:8191/v1' \ -H 'Content-Type: application/json' \ --data-raw '{ "cmd": "request.get", "url":"http://www.google.com/", "maxTimeout": 60000 }'

FlareSolverr Doesnt support user-proxy auth :(

vvanglro commented 1 year ago

You can make a service based on playwright image: https://playwright.dev/python/docs/docker When free, I will create an image that can use http requests.

vvanglro commented 1 year ago

@sneedgers Hi, You can now use container deployment to request services. https://github.com/vvanglro/cf-clearance#docker