qpost

A basic qpost API wrapper


Keywords
python, python3, qpost, wrapper-api
License
MIT
Install
pip install qpost==1.0.0

Documentation

qpy

pypibuild

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")

Documentations (WIP)