studentInfo
简单爬取学生信息,然后用来查询的东西
首先安装源代码吧。。。
git clone https://github.com/a972667237/studentInfo.git
然后安装依赖吧。。。
pip install -r requirements.txt
再运行爬虫。。。
python showInfo/findStudent.py
之后运行django
python manage.py runserver
再访问
localhost:8000
即可