Skip to content

medjedqt/qpost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)