All Projects → joeeeeey → web_wechat_api

joeeeeey / web_wechat_api

Licence: other
基于 Itchat&Flask的 Web 微信接口

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to web wechat api

itchat-progs
Python scripts to extend functions of personal WeChat accounts, using itchat. / 扩展个人微信账号功能的Python脚本,使用开源的WeChat的Python接口itchat。
Stars: ✭ 21 (-16%)
Mutual labels:  itchat
wechat-api-examples
wechat-api examples, used java8.
Stars: ✭ 12 (-52%)
Mutual labels:  wechat-api
Resume-Generator
A Resume builder which allows users to build their own custom resumes with details like experience,projects , skills ,education etc. Users can also have the feature to download their resumes . To contribute send PR at development branch from where it will be merged in master once checked.
Stars: ✭ 28 (+12%)
Mutual labels:  flask-web
objdet web
Image object detection demo(YOLO,SSD,etc.) running as a Flask web server.
Stars: ✭ 52 (+108%)
Mutual labels:  flask-web
diyca
Do-It-Yourself Certificate Authority
Stars: ✭ 18 (-28%)
Mutual labels:  flask-web
flask-mvc
Flask Simple Model-View-Controller(MVC)
Stars: ✭ 21 (-16%)
Mutual labels:  flask-web
Water-classifier-fastai
Deploy your Flask web app classifier on Heroku which is written using fastai library.
Stars: ✭ 37 (+48%)
Mutual labels:  flask-web
Insta-notFollow
A Flask web app to find out people whom you follow on Instagram but they don't follow you back 😈
Stars: ✭ 20 (-20%)
Mutual labels:  flask-web
Wechat Api
🗯 wechat-api by java7.
Stars: ✭ 1,813 (+7152%)
Mutual labels:  wechat-api
OpenDialog
An Open-Source Package for Chinese Open-domain Conversational Chatbot (中文闲聊对话系统,一键部署微信闲聊机器人)
Stars: ✭ 94 (+276%)
Mutual labels:  wechat-api
anger-wechat
👿Angry wechat api 微信支付、小程序、各种接口的封装。
Stars: ✭ 17 (-32%)
Mutual labels:  wechat-api
Wechat Admin
Wechat Management System
Stars: ✭ 1,716 (+6764%)
Mutual labels:  itchat
Everydaywechat
微信助手:1.每日定时给好友(女友)发送定制消息。2.机器人自动回复好友。3.群助手功能(例如:查询垃圾分类、天气、日历、电影实时票房、快递物流、PM2.5等)
Stars: ✭ 8,688 (+34652%)
Mutual labels:  itchat
Itchat
A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
Stars: ✭ 21,935 (+87640%)
Mutual labels:  itchat
wx robot example
实验楼课程 《利用微信API将你的微信变为聊天机器人》 直播视频相关代码
Stars: ✭ 35 (+40%)
Mutual labels:  itchat
pikachuwechat
PikachuWeChat: Play WeChat with itchat-uos.
Stars: ✭ 102 (+308%)
Mutual labels:  itchat
raspi-chatrobot
基于树莓派的微信机器人
Stars: ✭ 33 (+32%)
Mutual labels:  itchat

web_wechat_api

基于itchat&flask的web微信接口

用法

将微信的登陆发消息接口可以用restful接口的形式调用

依赖安装(macOS,Centos)

# 建议python3
$ sudo pip install itchat
$ sudo pip install flask

启动

$ python api.py # 端口在api.py底部配置

微信二维码登陆

$ curl 'http://127.0.0.1:9118/wechat_login' -H Content-Type:application/json -v # 返回json {'success': 1, 'qr': "xxxx..." } 这里将二维码图片转为base64的字符,方便调用端显示。

其他接口

见 api.py 中 @app.route。
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].