Created
July 29, 2014 14:07
-
-
Save HyShai/b1ce972d8503bb9d3623 to your computer and use it in GitHub Desktop.
pushRemind.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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