All Projects → clemfromspace → scrapy-cloudflare-middleware

clemfromspace / scrapy-cloudflare-middleware

Licence: WTFPL license
A Scrapy middleware to bypass the CloudFlare's anti-bot protection

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to scrapy-cloudflare-middleware

OLX Scraper
📻 An OLX Scraper using Scrapy + MongoDB. It Scrapes recent ads posted regarding requested product and dumps to NOSQL MONGODB.
Stars: ✭ 15 (-82.14%)
Mutual labels:  scrapping, scrapy
serverless-discord-bot
Serverless Discord slash commands bot for Cloudflare's Workers.
Stars: ✭ 22 (-73.81%)
Mutual labels:  cloudflare
Inventus
Inventus is a spider designed to find subdomains of a specific domain by crawling it and any subdomains it discovers.
Stars: ✭ 80 (-4.76%)
Mutual labels:  scrapy
hupu spider
虎扑步行街爬虫
Stars: ✭ 22 (-73.81%)
Mutual labels:  scrapy
CloudFlare-DDNS-Script
CloudFlare-DDNS-Script Support LEDE/Openwrt with IPv4/IPv6
Stars: ✭ 40 (-52.38%)
Mutual labels:  cloudflare
mit-ocw-dl
Download all video lectures from a MIT-OCW course with a single command.
Stars: ✭ 91 (+8.33%)
Mutual labels:  scrapping
scrapy-html-storage
Scrapy downloader middleware that stores response HTMLs to disk.
Stars: ✭ 17 (-79.76%)
Mutual labels:  scrapy
small-spider-project
日常爬虫
Stars: ✭ 14 (-83.33%)
Mutual labels:  scrapy
scrapy-fieldstats
A Scrapy extension to log items coverage when the spider shuts down
Stars: ✭ 17 (-79.76%)
Mutual labels:  scrapy
workers-unsplash-api
Serverless API for requesting images from Unsplash's API, designed for use with a React frontend
Stars: ✭ 20 (-76.19%)
Mutual labels:  cloudflare
systemd-cfddns
Bash-powered DDNS client for Cloudflare-managed domain
Stars: ✭ 29 (-65.48%)
Mutual labels:  cloudflare
RARBG-scraper
With Selenium headless browsing and CAPTCHA solving
Stars: ✭ 38 (-54.76%)
Mutual labels:  scrapy
Raspagem-de-dados-para-iniciantes
Raspagem de dados para iniciante usando Scrapy e outras libs básicas
Stars: ✭ 113 (+34.52%)
Mutual labels:  scrapy
akamai-toolkit
A set of tools to work on Akamai v1 anti-bot solution. Current supported version: 1.70
Stars: ✭ 215 (+155.95%)
Mutual labels:  anti-bot
IPFS PHOTO SHARE
💰用甚嚒服务器,ServerLess搭建一个图片分享站点!| 基于CloudFlareWorker无服务器函数和IPFS去中心化存储的图片分享网站
Stars: ✭ 76 (-9.52%)
Mutual labels:  cloudflare
scrapy-mysql-pipeline
scrapy mysql pipeline
Stars: ✭ 47 (-44.05%)
Mutual labels:  scrapy
html2data
Library and cli for extracting data from HTML via CSS selectors
Stars: ✭ 62 (-26.19%)
Mutual labels:  scrapping
domin
Domain Name Search untuk mencari ketersedian nama domain.
Stars: ✭ 17 (-79.76%)
Mutual labels:  cloudflare
cloudflared
Cloudflare Tunnel Instructions and Template for Unraid
Stars: ✭ 129 (+53.57%)
Mutual labels:  cloudflare
Scrapy-SearchEngines
bing、google、baidu搜索引擎爬虫。python3.6 and scrapy
Stars: ✭ 28 (-66.67%)
Mutual labels:  scrapy

PyPI

Scrapy "CloudFlare" middleware

A Scrapy middleware to bypass the CloudFlare's anti-bot protection, based on cloudflare-scrape.

Installation

pip install scrapy_cloudflare_middleware

Usage

Add the middleware to your DOWNLOADER_MIDDLEWARES settings

DOWNLOADER_MIDDLEWARES = {
    # The priority of 560 is important, because we want this middleware to kick in just before the scrapy built-in `RetryMiddleware`.
    'scrapy_cloudflare_middleware.middlewares.CloudFlareMiddleware': 560
}

Done. Happy scraping !

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].