diff options
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 |
commit | a0cdac690897b03748dacb453ec2762bc1a1fb6e (patch) | |
tree | c2dd418cb687643fced573214d583938ea973c35 /python/Scrapy/README | |
parent | 84bcffe9384433ee6933b63ee76d69ef16fc201a (diff) | |
download | slackbuilds-a0cdac690897b03748dacb453ec2762bc1a1fb6e.tar.gz |
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/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. |