Skip to content

Instantly share code, notes, and snippets.

@ejetzer
Created January 21, 2016 00:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ejetzer/4b3561200491814c5538 to your computer and use it in GitHub Desktop.
Save ejetzer/4b3561200491814c5538 to your computer and use it in GitHub Desktop.
Untitled.py
# coding: utf-8
import webbrowser
due = 'due://x-callback-url/add?title=%s&hourslater=4&x-success=pythonista://&x-error=pythonista://&x-source=Pythonista'
webbrowser.open(due % 'a')
print 'a'
webbrowser.open(due % 'b')
print 'b'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment