diff options
Diffstat (limited to 'python/Scrapy/README')
-rw-r--r-- | python/Scrapy/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/Scrapy/README b/python/Scrapy/README new file mode 100644 index 0000000000..590011ef5d --- /dev/null +++ b/python/Scrapy/README @@ -0,0 +1,4 @@ +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. |