Skip to main content

An asyncio-style web scraping framework inspired by Scrapy, powered by curl_cffi.

Project description

scrapy_cffi

An asyncio-style web scraping framework inspired by Scrapy, powered by curl_cffi.

scrapy_cffi is a lightweight asynchronous crawling framework that mimics the Scrapy architecture while replacing Twisted with curl_cffi as the underlying HTTP/WebSocket client. It is designed to be efficient, extensible, and suitable for both simple tasks and complex distributed crawlers.


✨ Features

  • Familiar Scrapy-style components: spiders, items, interceptors, pipelines
  • Fully asyncio-based engine
  • Built-in support for HTTP and WebSocket requests
  • Lightweight signal system
  • Plug-in ready interceptor and task manager design
  • Redis-compatible scheduler (optional)
  • Designed for high-concurrency crawling

📦 Installation

From PyPI

pip install scrapy_cffi

From source

git clone https://github.com/aFunnyStrange/scrapy_cffi.git
cd curl_cffi
pip install -e .

🚀 Quick Start

scrapy_cffi startproject <project_name>
cd <project_name>
scrapy_cffi genspider <spider_name> <domain>
python runner.py

📖 Documentation

Technical module-level documentation can be found in the docs/ directory on GitHub. Each core component (engine, downloader, middleware, etc.) has its own .md file.

📄 License

This project is licensed under the BSD 3-Clause License. Portions of the code (specifically item.py) are adapted from the Scrapy project. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scrapy_cffi-0.1.3.tar.gz (65.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

scrapy_cffi-0.1.3-py3-none-any.whl (89.6 kB view details)

Uploaded Python 3

File details

Details for the file scrapy_cffi-0.1.3.tar.gz.

File metadata

  • Download URL: scrapy_cffi-0.1.3.tar.gz
  • Upload date:
  • Size: 65.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.13

File hashes

Hashes for scrapy_cffi-0.1.3.tar.gz
Algorithm Hash digest
SHA256 2b9108615e3aa64348b40547f9e90bb1d49705c0e7b68574138ba131539a6780
MD5 799a69aceff4d0e0d0d3044b5f4b1ac6
BLAKE2b-256 d6c998a2bc886da79573a7ded8ce852a7d7c820b6dc00a83b4ae7e6f98dc1009

See more details on using hashes here.

File details

Details for the file scrapy_cffi-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: scrapy_cffi-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 89.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.13

File hashes

Hashes for scrapy_cffi-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7a2100baef92a9336b943f49de554078395e31e7095c12adeec2810f259ababa
MD5 4ed9c9adbb5099432c7654858cdb7508
BLAKE2b-256 16a47dcb313f06c86d3597a74e75f530b35cee3dafd0803eacab997f16fdbb1d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page