Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 665 Bytes

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 665 Bytes

i made this bc was hungry
it randomly generates recipes for u to use
pls enjoy your meal

to obtain

git clone https://github.com/khavernathy/feedme

to install

cd feedme
pip3 install -e .

to use in a python environment

>>> from feedme import feedme
>>> feedme()

enjoy your foods

Thanks to whoever made http://www.reciperoulette.tv/ so I could randomly get recipes in convenient JSON format.

I tried doing this with https://allrecipes.com but it was not easy/fast to pull readable, real recipes. But I have a script running to pull data from their site and might just make a lil' database to pull from with this repo.