Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 871 Bytes

README.md

File metadata and controls

30 lines (14 loc) · 871 Bytes

这是我学习 Python 爬虫和 Django 做的一个小项目,可以实时爬取 Javlib 的优优最新作品,数据库内已经爬取了截止至 2021-05-29 的所有优优信息,可以直接搜索并加入列表,通过点击 关注列表 可以添加关注。也可以在管理界面进行操作


安装必备模块

pip install beautifulsoup4 requests lxml Django django-cors-headers django-rest-framework

启动项目

python manage.py runserver 0.0.0.0:8080

image

image