wcmp

A simple message plus package for notification via wechat.


License
MIT
Install
pip install wcmp==1.1

Documentation

Python Wechat Message Push Package

A simple message plus package for notification via wechat.

Installation

# Install via pip
pip install wcmp

Usage

Here is a simple example for pushing a message to your wechat.

import wcmp
# replace the 'X' with your token
s=wcmp('XXXXXXX')
s.send('messgaedf')

About the Token

You need to get your personal token from PushPlush