Content-type: text/html Man page of Pizza-Py-Party

Pizza-Py-Party

Section: User Commands (1)
Updated: 2009-01-19
Index Return to Main Contents
 

NAME

pizza-py-party - a command line program for ordering pizza.  

SYNOPSIS

pizza-py-party [OPTIONS] [TOPPINGS] [QUANTITY] [SIZE] [CRUST]

QUANTITY can be between 1 and 5. No more than 10 pizzas can be ordered.
SIZE can be: small, medium, large, or x-large.
Note: small is not available for deepdish or brooklyn.
      medium is not available for brooklyn
      x-large is not available for deepdish, thin.
CRUST can be: handtoss, deepdish, thin, or brooklyn.  

DESCRIPTION

pizza-py-party provides a command line interface for ordering pizza from the Domino's Pizza website.  

DIRECTIONS

You will first need to go to www.dominos.com and sign up for an account. Then use your user name and password in the .pizza-py-party.conf file, or in your command line request.  

OPTIONS

-U, --username <USERNAME>
Specify the user name for your Domino's account.
-P, --password <PASSWORD>
Specify the password for your Domino's account.
-O, --coupon <ID# | x>
Choose an online coupon to apply to the order or choose x to see the current coupon menu.
-F, --force
Complete the order without asking for user confirmation.
-I, --input-file <BATCHFILE>
Read pizza orders from a batch file. This batch file will be formatted the same way as your single command line pizza orders except each order will be separated by a new line.
-H, --help
Display the help menu.

 

TOPPINGS

Here is a list of the toppings that are available from Domino's for your pizza order:
-p, --pepperoni
Order your pizza with pepperoni.
-x, --xlarge-pepperoni
Order your pizza with extra large pepperoni.
-i, --italian-sausage
Order your pizza with Italian sausage.
-b, --beef
Order your pizza with beef.
-h, --ham
Order your pizza with ham.
-c, --bacon
Order your pizza with bacon.
-k, --chicken
Order your pizza with chicken.
-s, --philly-steak
Order your pizza with Philly steak.
-g, --green-peppers
Order your pizza with green peppers.
-e, --black-olives
Order your pizza with black olives.
-a, --pineapple
Order your pizza with pineapple.
-m, --mushrooms
Order your pizza with mushrooms.
-o, --onions
Order your pizza with onions.
-j, --jalapeno-peppers
Order your pizza with Jalapeno peppers.
-j, --banana-peppers
Order your pizza with banana peppers.
-d, --cheedar-cheese
Order your pizza with cheedar cheese.
-n, --provolone-cheese
Order your pizza with Provolone cheese.
-v, --green-olives
Order your pizza with green olives.
-r, --tomatoes
Order your pizza with diced tomatoes.

 

USAGE

pizza-py-party -pdc 3 medium handtoss
Orders 3 medium, handtoss pizzas with pepperoni, cheedar cheese, and bacon.

 

CONF FILE: .pizza-py-party.conf

To be placed in your home directory, this file can contain all your default information. A typical format would look like...

username=rtm
password=simple
default_quantity=3
default_size=medium
default_crust=deepdish
default_toppings=pepperoni cheedar-cheese

Note: default_toppings must have the long hand version of the command-line arguments for the topping names

 

CREDITS

Mad props go to Cory Arcangel (cory@post-data.org) and Michael Frumin (mfrumin AT eyebeam DOT org) for making the original program, Pizza Party, that inspired this program. Their code was a great reference for this program and the documentation of this program is mainly taken from Pizza Party. You can find information about Pizza Party at http://www.beigerecords.com/cory/pizza_party/

 

AUTHOR

Travis Nickles <ryoohki7@yahoo.com>.


 

Index

NAME
SYNOPSIS
DESCRIPTION
DIRECTIONS
OPTIONS
TOPPINGS
USAGE
CONF FILE: .pizza-py-party.conf
CREDITS
AUTHOR

This document was created by man2html, using the manual pages.
Time: 08:35:11 GMT, January 19, 2009