https://github.com/vcolesdev/py-sdfarms-scraper
WIP. This app scrapes data from the San Diego Farms Bureau website for educational purposes.
https://github.com/vcolesdev/py-sdfarms-scraper
educational-project farms local python sandiego scraper venv venv-python web
Last synced: 9 months ago
JSON representation
WIP. This app scrapes data from the San Diego Farms Bureau website for educational purposes.
- Host: GitHub
- URL: https://github.com/vcolesdev/py-sdfarms-scraper
- Owner: vcolesdev
- License: mit
- Created: 2024-01-19T08:11:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T08:12:26.000Z (about 2 years ago)
- Last Synced: 2025-06-20T21:56:17.516Z (9 months ago)
- Topics: educational-project, farms, local, python, sandiego, scraper, venv, venv-python, web
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SD Farms Scraper
### `https://www.sdfarmbureau.org/farmers-market/`
## Software Used
- Python3
- Selenium
## Description
### `[AI Generated Description]`
This is a web scraper that scrapes the San Diego Farm Bureau's website for information regarding farmers markets in San Diego including but not limited to their hours of operation, whether they accept EBT / WIC, and seasonal hours.
## Usage
Run the following command from the project root directory:
```bash
$ python3 main.py
```
A file named `markets.json` will be created in the project root directory in the `/data` folder.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.