summaryrefslogtreecommitdiffstats
path: root/python/Scrapy/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-06-29 22:04:19 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-30 16:34:31 +0700
commita0cdac690897b03748dacb453ec2762bc1a1fb6e (patch)
treec2dd418cb687643fced573214d583938ea973c35 /python/Scrapy/README
parent84bcffe9384433ee6933b63ee76d69ef16fc201a (diff)
downloadslackbuilds-a0cdac690897b03748dacb453ec2762bc1a1fb6e.tar.gz
slackbuilds-a0cdac690897b03748dacb453ec2762bc1a1fb6e.tar.xz
python/Scrapy: Added (Web Scraping framework).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/Scrapy/README')
-rw-r--r--python/Scrapy/README4
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.