mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-24 21:04:07 +00:00
26 lines
918 B
ReStructuredText
26 lines
918 B
ReStructuredText
.. _intro-examples:
|
|
|
|
========
|
|
Examples
|
|
========
|
|
|
|
The best way to learn is with examples, and Scrapy is no exception. For this
|
|
reason, there is an example Scrapy project named dirbot_, that you can use to
|
|
play and learn more about Scrapy. It contains the dmoz spider described in the
|
|
tutorial.
|
|
|
|
This dirbot_ project is available at: https://github.com/scrapy/dirbot
|
|
|
|
It contains a README file with a detailed description of the project contents.
|
|
|
|
If you're familiar with git, you can checkout the code. Otherwise you can
|
|
download a tarball or zip file of the project by clicking on `Downloads`_.
|
|
|
|
There is also a site for sharing code snippets such as spiders, middlewares,
|
|
extensions, or scripts, called `Scrapy snippets`_. Feel free to share any code
|
|
there.
|
|
|
|
.. _dirbot: https://github.com/scrapy/dirbot
|
|
.. _Downloads: https://github.com/scrapy/dirbot/archives/master
|
|
.. _Scrapy snippets: http://snippets.scrapy.org/
|