Skip to content

Can't decide where to eat? Spin the wheel of food and let it pick for you! Uses the Yelp API to pick a restaurant in your desired food category.

Notifications You must be signed in to change notification settings

brasstax/wheel-of-food

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wheel-of-food.py

Welcome to the Wheel of Food! Can't decide what you want to eat? Why not give this a spin? It'll then trawl through Yelp and return some food for you and your fickle heart.

To run, you'll need a developer's account at Yelp (https://api.yelp.com). Copy config.default.json to config.json and put in your needed stuff (consumer key/secret, token and token secret.) You'll also want to consider making this file chmod 600 as well. There's probably a better way to distribute this properly, but this is my first real app so I'll figure that part out later.

The requirements are in requirements.txt. You'll need:

requests argparse oauth2

To install the requirements, run pip install -r requirements.txt.

About

Can't decide where to eat? Spin the wheel of food and let it pick for you! Uses the Yelp API to pick a restaurant in your desired food category.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages