Scrapy project to bypass the cloudflare DDoS protection
- Python3+
- virtualenv installed (pip3 install virtualenv)
- node >= 10
- Go to project directory where scrapy.cfg file exist
- Create python3 virtualenv using
virtualenv .venv -p python3
- Activate Virtualenv
source .venv/bin/activate
- install dependencies
pip install -r requirements.txt
-
Replace the __init__.py file as describe
-
Deploy project
sh deployment.sh
NOTE: You might need root access