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

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.

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.