All Projects → MoeLove → qyweixin

MoeLove / qyweixin

Licence: MIT license
微信企业号接口 (http://qy.weixin.qq.com)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to qyweixin

Fastbootweixin
基于Spring Boot的注解驱动式公众号极速开发框架,用注解重新定义公众号开发
Stars: ✭ 640 (+3900%)
Mutual labels:  weixin, weixin-sdk
wxpay-gitbook
微信支付文档: https://yclimb.gitbook.io/wxpay/
Stars: ✭ 45 (+181.25%)
Mutual labels:  weixin, weixin-sdk
Python Weixin
微信(weixin|wechat) Python SDK 支持开放平台和公众平台 支持微信小程序云开发
Stars: ✭ 746 (+4562.5%)
Mutual labels:  weixin, weixin-sdk
Jeewx
JAVA版免费微信管家系统。支持微信公众号、微信企业号、支付宝服务窗等多触点管理。Jeewx实现了微信、支付窗、微信企业号的基础管理功能,便于用户二次开发。2014年荣获CSDN开发商大会第一名
Stars: ✭ 365 (+2181.25%)
Mutual labels:  weixin, weixin-sdk
Go Workwx
a sensible Work Weixin(企业微信, Wechat Work) SDK for Go
Stars: ✭ 181 (+1031.25%)
Mutual labels:  weixin, weixin-sdk
Werobot
WeRoBot 是一个微信公众号开发框架
Stars: ✭ 3,973 (+24731.25%)
Mutual labels:  weixin, weixin-sdk
Weixinmpsdk
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Stars: ✭ 7,098 (+44262.5%)
Mutual labels:  weixin, weixin-sdk
Weixin Sdk
微信公众平台(订阅号、服务号、企业号、小程序)、微信开放平台和微信支付 Java SDK
Stars: ✭ 933 (+5731.25%)
Mutual labels:  weixin, weixin-sdk
Typescript Wxapi.d.ts
🦉微信小程序typescript的声明文件
Stars: ✭ 133 (+731.25%)
Mutual labels:  weixin, weixin-sdk
Wechat
Wechat API wrapper in Elixir
Stars: ✭ 70 (+337.5%)
Mutual labels:  weixin, weixin-sdk
Wechatpy
WeChat SDK for Python
Stars: ✭ 3,016 (+18750%)
Mutual labels:  weixin, weixin-sdk
H5huodong
此地址项目不再维护,代码迁移至 https://github.com/zhangdaiscott/jeewx-boot
Stars: ✭ 209 (+1206.25%)
Mutual labels:  weixin, weixin-sdk
weixin python
微信公众号开发,python Flask
Stars: ✭ 18 (+12.5%)
Mutual labels:  weixin, weixin-sdk
Wxpay Sdk
最新最全微信支付集成SDK,一行代码调用微信支付,包含基础支付功能(网页授权、各种签名、统一下单、退款、对账单、用户信息获取)、验收用例指引(沙箱支付、支付验收、免充值产品开通)、商户平台(现金红包、企业付款到用户、代金券或立减优惠)、公众平台(微信卡券、社交立减金活动)、小程序(生成永久二维码、发送模版消息)等等更多丰富接口注释和例子。
Stars: ✭ 443 (+2668.75%)
Mutual labels:  weixin, weixin-sdk
wechat-sdk
微信登录支付sdk,支持小程序,APP登录,正在重构。QQ群:879729420
Stars: ✭ 73 (+356.25%)
Mutual labels:  weixin, weixin-sdk
Offiaccount
[微信公众号] A fast wechat offiaccount development sdk written in Golang
Stars: ✭ 68 (+325%)
Mutual labels:  weixin, weixin-sdk
Weixin Popular
微信SDK JAVA (公众平台、开放平台、 商户平台、 服务商平台)
Stars: ✭ 2,384 (+14800%)
Mutual labels:  weixin, weixin-sdk
go-wechat
💥weixin、wechat、微信公众平台、企业微信 golang/go sdk
Stars: ✭ 18 (+12.5%)
Mutual labels:  weixin, weixin-sdk
wxBase64
🏗️在小程序中使用 js-base64 库
Stars: ✭ 19 (+18.75%)
Mutual labels:  weixin
Wechat JumpGame
[基于Python]自己写的一个微信跳一跳自动游戏程序(针对安卓手机)。 全自动运行 自动适应不同分辨率 自动调整各个参数误差
Stars: ✭ 17 (+6.25%)
Mutual labels:  weixin

qyweixin

https://travis-ci.org/MoeLove/qyweixin.svg?branch=master https://coveralls.io/repos/MoeLove/qyweixin/badge.svg?branch=master&service=github

Enterprise weixin, interface.

Usage

  • get token
>>> import qyweixin
>>> token = qyweixin.get_token('corpid', 'corpsecret')
>>> token
...
  • push message
>>> import qyweixin
>>> push_msg = qyweixin.WeixinPush()
>>> push_msg.push_text_msg(token=token, agentid=0, content='test msg', touser='test', toparty='test_group', totag='', safe=0)
True
  • upload files
>>> import qyweixin
>>> media_id = qyweixin.upload(token, filename, filepath, filetype)
...

Features

  • push messages
  • uploads media
  • manage media
  • more qyweixin api

Installation

To install qyweixin, simply:

$ pip install qyweixin

Notice

This package on v0.3.0 has one broken api. When the message fails to send, the details are returned.

License

Copyright (C) 2015-2018 TaoBeier

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].