A basic python wrapper for qpost
# 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")
A basic qpost API wrapper
pip install qpost==0.0.1a2
A basic python wrapper for qpost
# 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")