A basic python wrapper for qpost
Python 3.5 or higher is recommended
# Linux/macOS python3 -m install pip install -U qpost # Windows py -3 -m pip install -U qpost
from qpy import Qpost bot = Qpost("TOKEN") bot.post_status("Sent from Samsung Smart Fridge")