Git Product home page Git Product logo

weapp-zhihulive's Introduction

weapp-zhihulive

基于Zhihu Live数据的微信小程序.数据归知乎所有,本项目用于技术学习

Preview

设计图

如果在wifi情况下或者土豪不介意流量的同学可以直接感受实际使用的动态效果

Getting started

本项目包含服务端和微信小程序全部源代码:

git clone https://github.com/dongweiming/weapp-zhihulivecd weapp-zhihulivetree -L 1
.
├── App # 小程序代码
├── LICENSE
├── README.md
├── Server  # 服务端+爬虫代码
├── screenshot # 设计图和动态效果

启动服务端:

cd Serverpython3 -m venv venv3 --system-site-packagessource venv3/bin/activatepython3 -m pip install -r requirements.txt
# 配置MySQL和Elasticsearchpython crawl.py  # 运行爬虫获取全部Live数据python app.py  # 启动API服务

运行小程序:

  1. 下载并安装小程序开发工具
  2. 启动开发工具,添加项目,目录为App

weapp-zhihulive's People

Contributors

dongweiming avatar

Watchers

James Cloos avatar Bob Wang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.