Skip to content

khavernathy/feedme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages