All Projects → dongweiming → Weapp Zhihulive

dongweiming / Weapp Zhihulive

Licence: apache-2.0
知乎Live微信小程序 & asyncio爬虫

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Weapp Zhihulive

Lemonjournal
A WeChat mini program demo based on Wafer2 framework - 微信小程序Demo:柠檬手帐 - 界面简洁的图片编辑应用,支持图片和文字的移动、旋转、缩放、保存编辑状态并生成预览图
Stars: ✭ 341 (-1.45%)
Mutual labels:  wechat, weapp
Wechat Miniprogram Examples
WeChat mini program examples. 微信小程序示例
Stars: ✭ 634 (+83.24%)
Mutual labels:  zhihu, wechat
Weapp Workflow
基于Gulp 的微信小程序前端开发工作流 💯
Stars: ✭ 241 (-30.35%)
Mutual labels:  wechat, weapp
Weapp Ssha
企业官网 小程序 源码
Stars: ✭ 233 (-32.66%)
Mutual labels:  wechat, weapp
Wuss Weapp
🐳wuss-weapp 一款高质量,组件齐全,高自定义的微信小程序UI组件库
Stars: ✭ 338 (-2.31%)
Mutual labels:  wechat, weapp
Weapp
🐧 微信小程序组件和功能封装,基于微信Component自定义组件开发
Stars: ✭ 235 (-32.08%)
Mutual labels:  wechat, weapp
Pythonspidernotes
Python入门网络爬虫之精华版
Stars: ✭ 5,634 (+1528.32%)
Mutual labels:  zhihu, wechat
Weapp Mark
🔥 豆瓣类影视查询记录小程序,附学习笔记
Stars: ✭ 187 (-45.95%)
Mutual labels:  wechat, weapp
Weapp One
ONE·一个|图文 微信小程序/开源代码
Stars: ✭ 295 (-14.74%)
Mutual labels:  wechat, weapp
Rsshub
🍰 Everything is RSSible
Stars: ✭ 18,111 (+5134.39%)
Mutual labels:  zhihu, wechat
Wechat Weapp Mobx
微信小程序(wechat weapp) mobx 绑定, 跨页面通信的利器, 现已发布npm包
Stars: ✭ 208 (-39.88%)
Mutual labels:  wechat, weapp
We Swiper
✨ 微信小程序触摸内容滑动解决方案we-swiper
Stars: ✭ 311 (-10.12%)
Mutual labels:  wechat, weapp
Weapp Demo
微信小程序示例教程,案例涉及某瓣,所以下线了:https://github.com/zce/weapp-douban
Stars: ✭ 2 (-99.42%)
Mutual labels:  wechat, weapp
Welcropper
welCropper 微信小程序截图工具
Stars: ✭ 236 (-31.79%)
Mutual labels:  wechat, weapp
Nxdc Milktea
一套仿奈雪の茶小程序的前端模板
Stars: ✭ 198 (-42.77%)
Mutual labels:  wechat, weapp
Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 589 (+70.23%)
Mutual labels:  live, wechat
We Validator
💯 简单灵活的表单验证插件,支持小程序、浏览器以及Nodejs端使用
Stars: ✭ 180 (-47.98%)
Mutual labels:  wechat, weapp
Wxapp Webpack Plugin
📦 微信小程序 webpack 插件
Stars: ✭ 185 (-46.53%)
Mutual labels:  wechat, weapp
Weapp Demo Breadtrip
基于面包旅行 API 制作的微信小程序示例
Stars: ✭ 282 (-18.5%)
Mutual labels:  wechat, weapp
Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 294 (-15.03%)
Mutual labels:  live, wechat

weapp-zhihulive

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

Preview

设计图

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

Getting started

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

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

启动服务端:

 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服务

运行小程序:

  1. 下载并安装小程序开发工具
  2. 启动开发工具,添加项目,目录为App
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].