Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chenningg/nutrition-web-scraper

Scrapes nutritional data from various public health websites.
https://github.com/chenningg/nutrition-web-scraper

Last synced: 19 days ago
JSON representation

Scrapes nutritional data from various public health websites.

Awesome Lists containing this project

README

        

# Nutrition Web Scraper

Scrapes nutritional data from various public health websites. This project uses [Poetry](https://python-poetry.org/) to manage Python dependencies.

## Installation and setup

1. Clone this repository into a directory on your local machine.
2. Ensure you have [Poetry](https://python-poetry.org/) and at least [Python 3.8](https://www.python.org/) installed.
3. Run `poetry install` in the root folder to install dependencies.
4. Ensure that input and output paths in the `/src` scripts are correct for your installation.