/cookit-scraper

Web scraping recipe data

Primary LanguagePython

cookit-scraper

To load data to a local DB, requires cookit-api to be checked out and the Postgres container running to use as the local database.

Create a file called secrets.json at the root of this repo and include the following information about the database connection:

{
    "postgres_db": "<db>",
    "postgres_user": "<user>",
    "postgres_password": "<password>",
    "postgres_host": "<host>",
    "postgres_port": "<port>"
}