Skip to main content

Python push.co API

Project description

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()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pushco-1.2.3.tar.gz (1.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page