wechatkit is a common wechat api component.


Keywords
wechatkit, is, a, common, wechat, api, component!
License
Other
Install
pip install wechatkit==0.1.0

Documentation

Build Status codecov PyPI

Introduction

wechatkit is a common wechat api component.

Document

wechatkit document

Feature Support

  • Wechat payment
  • User api
  • OAuth validation

Installation

To install wechatkit, simply:

pip install wechatkit

Usage

from wechatkit import WechatAPI

WechatAPI.get_access_token(appid, appsecret)
WechatAPI.get_web_access_token(appid, appsecret)

WechatAPI.get_callbackip(access_token)

WechatAPI.get_user_info(access_token, openid)
WechatAPI.get_user_list(access_token, openid)

WechatAPI.get_jsapi_ticket(web_token)

ChangeLog

changelog

License

MIT. See LICENSE for more details.