Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.02 KB

README.rst

File metadata and controls

39 lines (27 loc) · 1.02 KB

fake-zyte-api

PyPI Version Supported Python Versions Build Status Coverage report

Overview

fake-zyte-api provides a server that implements a subset of Zyte API that is able to scrape the websites provided by zyte-test-websites.

Run it with:

$ python -m fake_zyte_api.main 8899

You can use the http://localhost:8899/extract endpoint in your requests.

Requirements

  • Python >= 3.9
  • aiohttp