Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zytedata/zyte-spider-templates
Spider templates for automatic crawlers.
https://github.com/zytedata/zyte-spider-templates
Last synced: about 2 months ago
JSON representation
Spider templates for automatic crawlers.
- Host: GitHub
- URL: https://github.com/zytedata/zyte-spider-templates
- Owner: zytedata
- License: bsd-3-clause
- Created: 2023-10-18T10:58:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T09:33:45.000Z (about 2 months ago)
- Last Synced: 2024-10-31T10:26:14.367Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 214 KB
- Stars: 24
- Watchers: 9
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
=====================
zyte-spider-templates
=====================.. image:: https://img.shields.io/pypi/v/zyte-spider-templates.svg
:target: https://pypi.python.org/pypi/zyte-spider-templates
:alt: PyPI Version.. image:: https://img.shields.io/pypi/pyversions/zyte-spider-templates.svg
:target: https://pypi.python.org/pypi/zyte-spider-templates
:alt: Supported Python Versions.. image:: https://github.com/zytedata/zyte-spider-templates/actions/workflows/test.yml/badge.svg
:target: https://github.com/zytedata/zyte-spider-templates/actions/workflows/test.yml
:alt: Automated tests.. image:: https://codecov.io/github/zytedata/zyte-spider-templates/coverage.svg?branch=main
:target: https://codecov.io/gh/zytedata/zyte-spider-templates
:alt: Coverage report.. description starts
Spider templates for automatic crawlers.
This library contains Scrapy_ spider templates. They can be used out of the box
with the Zyte features such as `Zyte API`_ or modified to be used standalone.
There is a `sample Scrapy project`_ for this library that you can use as a
starting point for your own projects... _Scrapy: https://docs.scrapy.org/
.. _Zyte API: https://docs.zyte.com/zyte-api/get-started.html
.. _sample Scrapy project: https://github.com/zytedata/zyte-spider-templates-project.. description ends
* Documentation: https://zyte-spider-templates.readthedocs.io/en/latest/
* License: BSD 3-clause