I hereby claim:
- I am aspender on github.
- I am aspender (https://keybase.io/aspender) on keybase.
- I have a public key whose fingerprint is 9F1F 13B8 8E0E BCFC FDD0 A11B 4DF1 BF6E B78C EAA8
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| import urllib2 | |
| import json | |
| # stores and skus found from https://reserve.cdn-apple.com/GB/en_GB/reserve/iPhone/availability | |
| stores = { | |
| "R245": "Covent Garden", | |
| "R092": "Regent St" | |
| } |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/perl -w | |
| use Getopt::Std; | |
| # Define the address the alerts should come from | |
| $monitor_email = "monitor@monitor.com"; | |
| $monitor_url = "http://www.tickets.london2012.com/browse?form=session&tab=oly&sessionCode="; | |
| # Define global variables |