Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robatron/googleioregistrationnotifier
Notify user(s) via SMS and email if the Google I/O registration page changes. Don't miss those tickets!
https://github.com/robatron/googleioregistrationnotifier
Last synced: about 1 month ago
JSON representation
Notify user(s) via SMS and email if the Google I/O registration page changes. Don't miss those tickets!
- Host: GitHub
- URL: https://github.com/robatron/googleioregistrationnotifier
- Owner: robatron
- Created: 2011-02-06T23:20:08.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-07T02:53:12.000Z (almost 14 years ago)
- Last Synced: 2024-10-19T01:09:12.147Z (2 months ago)
- Language: Python
- Homepage:
- Size: 547 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google I/O Registration Notifier
Send a barrage of notifications to the specified email addresse(s) and phone number(s) (via SMS text message) when the [Google I/O registration page](http://www.google.com/events/io/2011/register.html) changes at all, indicating that registration may have opened.
## Requirements
* Python >= v2.6
* [pygooglevoice](http://code.google.com/p/pygooglevoice/) >= v0.5
* A working [Google Voice](http://voice.google.com) account## Installation
1. Download the files into a directory of your choice
1. Copy `settings.py.dist` to `settings.py`
1. Change the settings to reflect your needs (see comments inside file)
## Usage
1. Run the program with `python GoogleIORegistrationNotifier.py`
1. Log into Google Voice when it asksIt should send text(s) and email(s) reporting that it has started. It should now be periodically checking the registration page for changes, and send email(s) and text(s) if it finds any.