爬虫
往git上上传项目
创建文件夹
创建git仓库
Git clone XXXXXX
把文件拖进去文件夹
Git add *
Git commit -m “xxxx”
Git push
Git pachong https://github.com/zlyuzhi/kj.git
几个scrapy的网址
Scrapy框架官方网址:http://doc.scrapy.org/en/latest
Scr中文维护站点:http://scrapy-chs.readthedocs.io/zh_CN/latest/index.html
具体Scrapy安装流程参考:http://doc.scrapy.org/en/latest/intro/install.html#intro-install-platform-notes 里面有各个平台的安装方法