Skip to content

Instantly share code, notes, and snippets.

@HyShai
Created July 29, 2014 14:07
Show Gist options
  • Save HyShai/b1ce972d8503bb9d3623 to your computer and use it in GitHub Desktop.
Save HyShai/b1ce972d8503bb9d3623 to your computer and use it in GitHub Desktop.
pushRemind.py
from sys import argv
import notification
#this will open the url right away without tapping on the notification
notification.schedule(argv[1],1,'',argv[2])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment