Skip to content

akpfister/pizzaDelivery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pizza Delivery

Pizza Delivery is a Python script you can use to make an order from Domino's without a web browser. I got the idea from a YouTube video and used the pizzapi python wrapper.

What You Need

I recommend using virtualenv to create a virtual environment for the project.

python3 -m virtualenv venv
source venv/bin/activate

Use pip to install necessary packages.

pip install -r requirements.txt

Usage

python3 order_pizza.py

About

Python Script using pizzapi to order from Dominos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages