Skip to main content

WxPusher Python Client.

Project description

# WxPusher

[![PyPI version](https://badge.fury.io/py/wxpusher.svg)](https://badge.fury.io/py/wxpusher)

WxPusher Python client.

## Getting Started

### Installation

`shell pip install -U wxpusher `

### Usage

`python from wxpusher import WxPusher WxPusher.send_message('<content>', '<uids>', '<appToken>') WxPusher.query_message('<messageId>') WxPusher.create_qrcode('<extra>', '<validTime>', '<appToken>') WxPusher.query_user('<page>', '<page_size>', '<appToken>') `

## Running the tests

### Setup configuration

Configuration is necessary since the tests depend on VALID appToken and uids.

Frist, copy the configuration sample config.sample.py under python/wxpusher/tests/ to config.py

`shell cd python/wxpusher/tests cp config.sample.py config.py `

Then, fill in the corresponding information in config.py.

### Trigger the tests

With proper configuration, you can run the tests with tox

`shell tox `

or nose directly

`shell nosetests `

## TODO

  • [x] Basic structure with pypi uploaded.

  • [x] Send Message.

  • [x] Query Message.

  • [x] Create QRCode.

  • [x] Query User.

  • [ ] More client validators.

  • [ ] Command line scripts.

  • [ ] Better documentation.

  • [ ] More robust unittest.

## Contribution

  • Comments or suggestions via github issues.

  • Pull requests are welcome absolutely.

Project details


Download files

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

Source Distribution

wxpusher-0.0.4.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

wxpusher-0.0.4-py3-none-any.whl (5.1 kB view hashes)

Uploaded 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