you've got 30 minutes... to write a python script
It's hard to write code when you're hungry, and even harder to concentrate when you've just ordered pizza from dominos and you know that they will be buzzing any minute. I bet you wished that you had a sweet script that could tell you the status of your pizza 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://random.noflashlight.com/scripts/dominos.py
- Next make the script executable: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:me@localhost:~ $ ./dominos.py 'your phone number'
- Be sure to keep running the script periodically for the real time status:
- 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.
Disclaimer: I am not in anyway affiliated with dominos pizza. This script is free, and by using it you agree to dominos terms and conditions. I am not in anyway responsible for the misuse of this script.