Skip to content

Instantly share code, notes, and snippets.

@adamwen829
Created October 20, 2014 09:25
Show Gist options
  • Save adamwen829/810ffae37f2887b289fb to your computer and use it in GitHub Desktop.
Save adamwen829/810ffae37f2887b289fb to your computer and use it in GitHub Desktop.
instapush usage
import instapush
app = instapush.App(appid="52eed96ea2a8f0f", secret="9a96794fec44481de5")
app.notify(event_name="search", "trackers"={"term": "new term"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment