Metadata-Version: 2.1
Name: qpost
Version: 0.0.2
Summary: A basic qpost API wrapper
Home-page: https://github.com/medjedqt/qpost
Author: medjed
Author-email: imoshugi01@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# qpy

![pypibuild](https://github.com/medjedqt/qpost/workflows/Upload%20Python%20Package/badge.svg)

A basic python wrapper for [qpost](https://qpostapp.com)

## Installing

### Python 3.5 or higher is recommended

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

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

## Example

```py
from qpy import Qpost

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

## Documentations (WIP)

- [Read The Docs](https://qpost.rtfd.io)


