Skip to content

A project for automating our pizza ordering shenanigans for CTFs and events

Notifications You must be signed in to change notification settings

osirislab/PizzaTIme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

A project for automating our pizza ordering shenanigans for CTFs and events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published