- 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
- Abstract ordering process to pizza type and quantity input
- Support coupons
- Store repetitive sensitive information securely
- Abstract the need for item codes over item names
- Write a generalized site crawler as an alternative
- Multiple vendor support
- Webhook to discord server bot
- Allow for voting/rating vendors and pizzas