A Python app to scrape vegan recipes from various websites.
- Scrapes recipes from popular cooking websites.
- Extracts ingredients, instructions, and other relevant information.
- Saves data to JSON file allowing for further processing
- RESTful API
- Sending notifications when new recipes has been added
- Using food API to calculate nutritional values
- You need to have installed Poetry package. If you don't have, please install using this command:
pip install poetry
- Clone repository to specific folder (ex. recipes):
git clone https://github.com/bartczak-pa/Recipes-scrapers.git
- Navigate to recipes folder by command:
cd recipes
- Install virtual environment, using current dependencies:
poetry install
- Start poetry virtual environment:
poetry shell