项目作者: khavernathy

项目描述 :
pls help me find food
高级语言: Python
项目地址: git://github.com/khavernathy/feedme.git
创建时间: 2020-06-12T04:16:47Z
项目社区:https://github.com/khavernathy/feedme

开源协议:

下载


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.