## Install Python-IDE
python 2.7.14
## Install Scrapy
### upgrade pip
python -m pip install --upgrade pip
pip install Scrapy
## store project
Go to the directory where you want to store the project. like this:
C:> cd projects
C:\projects>cd workspace
C:\projects\workspace>
## git clone project
C:\projects\workspace>git clonegit@github.com:JackDan9/mygirlJoke.git
or
C:\projects\workspace>git https://github.com/JackDan9/mygirlJoke.git
## run project
Go to the project directory and run the project. like this:
C:\projects\workspace>cd mygirlJoke
C:\projects\workspace\mygirlJoke>scrapy crawl mygirlJoke
# It is receiver email word.
mailto_list = "*********@qq.com"
mail_host = "smtp.qq.com"
# It is your email word.
mail_user = "********@qq.com"
# It is your password
mail_pass = "**********"