FlareSolverr
Proxy server to bypass Cloudflare protection
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- autotag.yml
- release-docker.yml
- release.yml
- cloudflare_captcha_hcaptcha_v1.html
- cloudflare_captcha_norobot_v1.html
- cloudflare_init_v1.html
- cloudflare_spinner_v1.html
- flaresolverr_logo.ico
- flaresolverr_logo.png
- flaresolverr_logo.svg
- __init__.py
- error_plugin.py
- logger_plugin.py
- prometheus_plugin.py
- __init__.py
- cdp.py
- devtool.py
- dprocess.py
- options.py
- patcher.py
- reactor.py
- webelement.py
- build_package.py
- dtos.py
- flaresolverr.py
- flaresolverr_service.py
- metrics.py
- sessions.py
- tests.py
- tests_sites.py
- utils.py
- .dockerignore
- .gitignore
- CHANGELOG.md
- docker-compose.yml
- Dockerfile
- flaresolverr.service
- LICENSE
- package.json
- README.md
- requirements.txt
- test-requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/FlareSolverr/FlareSolverr
Downloads the entire project code from GitHub to your computer.
cd FlareSolverr
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
4. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
