Metadata-Version: 2.1
Name: pilio
Version: 0.1.3
Summary: 
Author: Ivan Zhang
Author-email: ivanzhangofficial@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fastapi[standard] (>=0.114.2,<0.115.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

1) pip install pilio
2) Make sure to have your current API key
3) Set a webhook url to listen to messages (i.e. using ngrok or https://theboroer.github.io/localtunnel-www/)
4) pinn.send to send message
5) pinn.on_message to open webhook to receive messages

