Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 1.79 KB

README.md

File metadata and controls

27 lines (27 loc) · 1.79 KB

Pizza Time!

yum

Installation

Unzip and use!

How To Use

current implementation supports three operations
  • list: python Dominos/test.py l
    • lists out the entire menu along with item codes
  • search: python Dominos/test.py s [searchTerm]
    • searches the menu for items that match searchTerm
  • order: python Dominos/test.py o [i item code OR c coupon number...]
    • attempts an order based on the provided items and coupons

Objectives

  • Abstract ordering process to pizza type and quantity input
  • Support coupons

Immediate Goals

  • Store repetitive sensitive information securely
  • Abstract the need for item codes over item names
  • Write a generalized site crawler as an alternative

Future Goals

  • Multiple vendor support
  • Webhook to discord server bot
  • Allow for voting/rating vendors and pizzas