Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 599 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 599 Bytes

mygirl


SetUp

## 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

ReadMeImage:

ResultImage


Thanks

  • If you like it, please give me a star!
  • This will support me to keep updating!