cfcrawler
Cloudflare scraper and cralwer written in Async, In-place library for HTTPX. Crawl website that has cloudflare enabled, easier than ever!
File Explorer
Download Latest Version (.zip)- main.yml
- on-release-main.yml
- __init__.py
- client.py
- py.typed
- tls.py
- types.py
- user_agent.py
- index.md
- modules.md
- __init__.py
- test_ciphers.py
- test_detect.py
- test_rotation.py
- .gitignore
- .pre-commit-config.yaml
- codecov.yaml
- CONTRIBUTING.rst
- LICENSE
- Makefile
- mkdocs.yml
- poetry.lock
- pyproject.toml
- README.md
- tox.ini
- uv.lock
# Installation Guide
git clone https://github.com/ManiMozaffar/cfcrawler
Downloads the entire project code from GitHub to your computer.
cd cfcrawler
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install cfcrawler
Installs the package published on PyPI directly โ no need to clone the source.
pip install "cfcrawler[ua]"
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install cfcrawler
Installs the package published on PyPI directly โ no need to clone the source.
pip install "cfcrawler[ua]"
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
4. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
