A Django app for publishing recipes that end users can filter by the ingredients they have.
pip install -r requirements.txt
python manage.py migrate
in order to apply the database migrations.
python manage.py runserver
to start the development server. You can access the app at http://localhost:8000/
Open another terminal and run:
python manage.py shell
exec(open('recipes/bot.py').read())
Then enter the recipe URL and the bot will scrape and add the recipe to the database.
No copyright infringement or no commercial use is intended/encouraged, and the recipes are taken from Nefisyemektarifleri.com. All rights for the recipes belong to their rightful owners.