上传者: 42109925
|
上传时间: 2021-11-03 11:05:53
|
文件大小: 178KB
|
文件类型: -
复制书
嘻嘻,这个网站内容好像挺有意思,不过,下一秒它们就是我的了
一,用到的技术:
运行环境:python3.6爬虫框架:scrapy数据库:sqlite web框架:Django,bootstrap安装依赖: python -m pip install scrapy python -m pip install django python -m pip install Pillow
运行方式:
启动爬虫
cd bookspider
python start.py
启动网站
cd djangotest
python manage.py migrate
python manage.py r