pywechat access_token qrcode
Project description
基于redis对wechat中access_token、qr_code、jsapi_ticket的cache
$ pip install jxwechattool
Version update
0.1.0 添加WJSTicket
0.0.1 添加WAccessToken, WQRCode
Getting Started
#!/bin/python2
# coding=utf-8
import logging
import WAccessToken, WQRCode, WJSTicket
logging.basicConfig(level=logging.DEBUG)
access_token_handler = WAccessToken(
app_id=APP_ID,
app_secret=APP_SECRET)
logging.warn(("access_token", access_token_handler.get_access_token()))
qr_handler = WQRCode(access_token_handler)
logging.warn(("qr ur", qr_handler.get_qrcode_url_by_m("c-8")))
logging.warn(("info ", qr_handler.get_qrcode_info_by_scene_id(80)))
jsapi_ticket_handler = WJSTicket(access_token_handler)
logging.warn(("jsapi_ticket", jsapi_ticket_handler.get_jsapi_ticket()))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jxwechattool-1.1.0.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for jxwechattool-1.1.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9ad7d2d182ed01e7b7165509cedac064dfb213508265c571540366a96da6d95 |
|
MD5 | 22d70b2c594e3f5d5cb3f8dbb410046e |
|
BLAKE2b-256 | 471584c62ab42cde359d3b8fa09e31aefdcb757e7ce7c3db91defb47f586a740 |