You’ve got 30 minutes… to write a Python script
Posted by nick on April 10, 2008 — 1 comment
I bet you wished that you had a sweet script that could tell you the status of your dominos pizza order in real time. Well today is your lucky day.
dominos.py (right-click and save)

Instructions:
First download dominos.py. You can right-click the link and select save, or use wget:
me@localhost:~ $ wget http://goto11.net/scripts/dominos.py
me@localhost:~ $ chmod +x dominos.py
me@localhost:~ $ chmod +x dominos.py
That’s it. Now all you have to do is order a pizza, and then execute this script from the command line like this:
me@localhost:~ $ ./dominos.py 'your phone number'
Be sure to keep running the script periodically for the real time status of:
- When the pizza is being made.
- When the pizza is in the oven.
- When the pizza is cooked and waiting.
- When the pizza is on its way.
- When the pizza was delivered.
Sweet script I almost want to go order domino’s tonight just to see it in action