python2-scrapy
Python web scraping and crawling framework (Python 2)
Install
- All systems
-
curl cmd.cat/python2-scrapy.sh
- Debian
-
apt-get install python-scrapy
- Ubuntu
-
apt-get install python-scrapy
- Kali Linux
-
apt-get install python-scrapy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-scrapy
- Raspbian
-
apt-get install python-scrapy
- Dockerfile
- dockerfile.run/python2-scrapy
python-scrapy
Python web scraping and crawling framework (Python 2)
Scrapy is a fast high-level screen scraping and web crawling 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. This package provides the scrapy module for Python 2.