A simple message plus package for notification via wechat.
# Install via pip
pip install wcmp
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')
You need to get your personal token from PushPlush