## Install Python-IDE
python 2.7.14
## Install Scrapy
### upgrade pip
python -m pip install --upgrade pip
pip install Scrapy
## create the project
scrapy startproject projectname
## projectname - you can define it yourself.
## copy this code, you can run it.
scrapy crawl projectname
- If you like it, please give me a star!
- This will support me to keep updating!