Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chenningg/nutrition-web-scraper
- Owner: chenningg
- License: mit
- Created: 2020-11-23T06:03:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T18:27:06.000Z (10 months ago)
- Last Synced: 2024-11-07T11:40:52.157Z (2 months ago)
- Language: Python
- Homepage:
- Size: 17.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.