weapp zhihulive
1.0.0
Subprograma WeChat basado en datos de Zhihu Live. Los datos pertenecen a Zhihu. Este proyecto se utiliza para el aprendizaje técnico.
Si tiene conexión Wi-Fi o los estudiantes adinerados a quienes no les importa el tráfico pueden experimentar directamente los efectos dinámicos del uso real.
Este proyecto contiene todo el código fuente del servidor y el subprograma WeChat:
❯ git clone https : // github . com / dongweiming / weapp - zhihulive
❯ cd weapp - zhihulive
❯ tree - L 1
.
├── App # 小程序代码
├── LICENSE
├── README . md
├── Server # 服务端+爬虫代码
├── screenshot # 设计图和动态效果
Inicie el servidor:
❯ cd Server
❯ python3 - m venv venv3 - - system - site - packages
❯ source venv3 / bin / activate
❯ python3 - m pip install - r requirements . txt
# 配置MySQL和Elasticsearch
❯ python crawl . py # 运行爬虫获取全部Live数据
❯ python app . py # 启动API服务
Ejecute el subprograma: