Skip to main content

Wechat QRCode Module for Python.

Project description

Wechat QRCode Module for Python.

Sandbox

Installation

pip install pywe-qrcode

Usage

from pywe_qrcode import QRCode, qrcode_create, qrcode_scene, qrcode_str_scene, qrcode_limit_scene, qrcode_limit_str_scene, qrcode_download, qrcode_show, qrcode_url

Method

class QRCode(BaseToken):
    def __init__(self, appid=None, secret=None, token=None, storage=None):
        super(QRCode, self).__init__(appid=appid, secret=secret, token=token, storage=storage)

def create(self, action_name='QR_SCENE', scene_id=0, scene_str='', expire_seconds=2592000, appid=None, secret=None, token=None, storage=None):

def create_scene(self, scene_id=0, expire_seconds=2592000, appid=None, secret=None, token=None, storage=None):

def create_str_scene(self, scene_str='', expire_seconds=2592000, appid=None, secret=None, token=None, storage=None):

def create_limit_scene(self, scene_id=0, appid=None, secret=None, token=None, storage=None):

def create_limit_str_scene(self, scene_str='', appid=None, secret=None, token=None, storage=None):

def download(self, ticket):

def showurl(self, ticket):

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pywe-qrcode-1.0.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

pywe_qrcode-1.0.2-py2.py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page