qpy

pypi-build

A basic python wrapper for qpost

Installing

Python 3.5 or higher is recommended

# Linux/macOS
python3 -m install pip install -U qpost

# Windows
py -3 -m pip install -U qpost

Example

from qpy import Qpost

bot = Qpost("TOKEN")
bot.post_status("Sent from Samsung Smart Fridge")