For all you hungry geeks
Some dudes have put together Pizza Party, a command-line program for ordering pizza from Domino's. From the man page:
SYNOPSISpizza_party [-o|--onions] [-g|--green-peppers] [-m|--mushrooms] [-v|--olives] [-t|--tomatoes] [-h|--pineapple] [-x|--extra-cheese] [-d|--cheddar-cheese] [-p|--pepperoni] [-s|--sausage] [-w|--ham] [-b|--bacon] [-e|--ground-beef] [-c|--grilled-chicken] [-z|--anchovies] [-u|--extra-sauce] [-U|--user= username] [-P|--password= pasword] [-I|--input-file= input-file] [-V|--verbose] [-Q|--quiet] [-F|--force] [QUANTITY] [SIZE] [CRUST]
DESCRIPTION
The pizza_party program provides a text only command line interface for ordering DOMINOS pizza from the terminal. This program is intended to aid in the throwing of PIZZA PARTIES which are also sometimes known as ZA PARTIES
USAGE
pizza_party -pmx 2 medium regular
Orders 2 medium regular crust pizzas with pepperoni, mushrooms, and extra-cheese.
You can also watch a very useful video of the program in action.
The site doesn't say how it works, but I'm guessing Domino's doesn't have a web API available, so the program probably POSTs data via port 443 to Domino's site. Anybody know if that's really how it works?