Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mileswwatkins/chopped_generator
Randomly generate "Chopped" ingredient baskets
https://github.com/mileswwatkins/chopped_generator
cooking food python scraper
Last synced: about 5 hours ago
JSON representation
Randomly generate "Chopped" ingredient baskets
- Host: GitHub
- URL: https://github.com/mileswwatkins/chopped_generator
- Owner: mileswwatkins
- License: mit
- Created: 2015-02-18T03:10:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T23:56:52.000Z (over 9 years ago)
- Last Synced: 2023-08-04T09:07:18.911Z (over 1 year ago)
- Topics: cooking, food, python, scraper
- Language: Python
- Homepage:
- Size: 141 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Chopped Generator
=================Randomly generate appetizer, entrée, and dessert round baskets, à la the Food Network show ["Chopped."](https://www.youtube.com/watch?v=_yYVTu2aoKI)
```
$ python chopped_generator.py
Appetizer round: veal cutlet, lychees in syrup, zucchini, Kelp noodles
Entrée round: survival candy, mustard greens, amaranth leaves, lamb top round
Dessert round: popcorn, celery, Okinawan sweet potatoes, olive oil cake
$ python chopped_generator.py
Appetizer round: upland cress, peri peri, herb stems, kohlrabi
Entrée round: scallops, Thai chiles, pretzels, Santa Claus melon
Dessert round: kiwi, sesame candies, prickly pear cactus, chocolate fudge sauce
```