PushCo -a Python API for push.co
Pushco is a simple API to provide access to your push.co app. Register one at http://push.co, you will get an API key and an API secret assigned
Install:
pip install pushco
Typical usage would be:
from pushco.pushco import Pushco API_KEY = 'your API key' API_SECRET ='your API secret' p = Pushco(API_KEY, API_SECRET, 'Hi, this is a push message') p.push() #url view p = Pushco(API_KEY, API_SECRET, 'Click for Python', url = 'http://python.org') p.push() #map view p = Pushco(API_KEY, API_SECRET,'London', latitude = '51.5072', longitude='0.1275') p.push()
Release files for pushco 1.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pushco-1.2.3.tar.gz | 1.4 kB | Details |
Release files / pushco-1.2.3.tar.gz
| Download URL | pushco-1.2.3.tar.gz |
|---|---|
| Size | 1.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
adc5f6b7490d2199a9e81a7b35fb8e7e552ba02cfb11ac216d338ed76445666b
|
|
BLAKE2b-256 checksum How to use checksums |
5fceffbc7643d12cc46eef37df863ebd8fb8fcbb3f36d00100def4364259186d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |