This commit is contained in:
Adrián Chaves 2021-01-14 11:59:38 +01:00 committed by GitHub
parent 774ebe8796
commit 6e7ae789f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -34,11 +34,10 @@ Scrapy is a fast high-level web crawling and web scraping framework, used to
crawl websites and extract structured data from their pages. It can be used for
a wide range of purposes, from data mining to monitoring and automated testing.
Scrapy has contributions from `many users`_ (thanks everyone!) and is sponsored
by `Scrapinghub Ltd`_.
Scrapy is maintained by `Scrapinghub`_ and `many other contributors`_.
.. _many users: https://github.com/scrapy/scrapy/graphs/contributors
.. _Scrapinghub Ltd: https://www.scrapinghub.com/
.. _many other contributors: https://github.com/scrapy/scrapy/graphs/contributors
.. _Scrapinghub: https://www.scrapinghub.com/
Check the Scrapy homepage at https://scrapy.org for more information,
including a list of features.