All Projects → facert → WechatEnterpriseSDK

facert / WechatEnterpriseSDK

Licence: GPL-2.0 License
微信企业号python sdk

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to WechatEnterpriseSDK

Caswechat
caswechat 微信全接口SDK封装
Stars: ✭ 155 (+297.44%)
Mutual labels:  wechat-sdk
Laravel Wechat
微信 SDK for Laravel, 基于 overtrue/wechat
Stars: ✭ 2,690 (+6797.44%)
Mutual labels:  wechat-sdk
weapp wechat miniapp sdk
一个封装了微信小程序服务端接口的SDK
Stars: ✭ 102 (+161.54%)
Mutual labels:  wechat-sdk
Weixin Java Cp Demo
基于Spring Boot 和 WxJava 实现的微信企业号/企业微信 后端Demo
Stars: ✭ 175 (+348.72%)
Mutual labels:  wechat-sdk
Wechat
轻量的微信公众号组件(A Lightweight Wechat Component)
Stars: ✭ 195 (+400%)
Mutual labels:  wechat-sdk
go-wechat
💥weixin、wechat、微信公众平台、企业微信 golang/go sdk
Stars: ✭ 18 (-53.85%)
Mutual labels:  wechat-sdk
Yii2 Wx
这可能是yii2中最好用的微信SDK🔥🔥🔥
Stars: ✭ 148 (+279.49%)
Mutual labels:  wechat-sdk
wechatShare-JS
微信JS分享到朋友圈、微博、QQ好友等
Stars: ✭ 48 (+23.08%)
Mutual labels:  wechat-sdk
Wechat
WeChat SDK for Go (微信SDK:简单、易用)
Stars: ✭ 3,144 (+7961.54%)
Mutual labels:  wechat-sdk
vue-authorization-login
vue+express实现微信授权登录demo
Stars: ✭ 21 (-46.15%)
Mutual labels:  wechat-sdk
Weixinsdk
微信开发SDK。
Stars: ✭ 177 (+353.85%)
Mutual labels:  wechat-sdk
Yii2 Easy Wechat
WeChat SDK for yii2 , based on overtrue/wechat.
Stars: ✭ 188 (+382.05%)
Mutual labels:  wechat-sdk
wechat-starter-boot-spring
简化微信对接流程,避免重复性工作和填坑
Stars: ✭ 22 (-43.59%)
Mutual labels:  wechat-sdk
Abp.wechat
Abp 微信 SDK 模块,包含对微信小程序、公众号、企业微信、开放平台、第三方平台等相关接口封装。
Stars: ✭ 168 (+330.77%)
Mutual labels:  wechat-sdk
wechat
微信小程序 微信公众号 微信支付 golang
Stars: ✭ 39 (+0%)
Mutual labels:  wechat-sdk
Wechat Api
🗯 wechat-api by java7.
Stars: ✭ 1,813 (+4548.72%)
Mutual labels:  wechat-sdk
wxEditor
微信编辑器,微信排版,微信公众号编辑器, 微信素材,前后端已搭建完整,原UEditor(百度编辑器,PHP1.4.3版) 二次开发 (微信编辑器,微信公众号,图文发布在线编辑器) 。
Stars: ✭ 86 (+120.51%)
Mutual labels:  wechat-sdk
LoginSharePay
LoginSharePay集成QQ,微博,微信的登录和分享,包括微信支付。它配置简单,使用方便,且能够快速运用到应用中,为开发者节省了大量时间。
Stars: ✭ 62 (+58.97%)
Mutual labels:  wechat-sdk
example
【例子】微信开发SDK(Wechat SDK For Golang)
Stars: ✭ 27 (-30.77%)
Mutual labels:  wechat-sdk
wechat-sdk
微信公众平台/开放平台(第三方平台) JAVA SDK
Stars: ✭ 36 (-7.69%)
Mutual labels:  wechat-sdk

WechatEnterpriseSDK

微信企业号sdk

usage:

1. 配置 conf.py

 		CORPID = "****" # 企业号的corpid
	CORPSECRET = "***" #企业号的corpsecret

2.
	from wechat_sdk import *
	we = WeChatEnterprise()
	# 创建部门
	we.create_department(name, parentid=1, order=None)
	# 其他方法类似, 注意是否有这个权限调用这些接口

TODO: 1. 只加了一些主动调用的接口, 回调模式没做

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