movietimes/README.md
2025-03-14 11:43:11 -06:00

23 lines
355 B
Markdown

# MovieTimes
MovieTimes is a Python-based scraper that fetches movie showtimes for a given ZIP code using Google search results.
## Installation
```bash
git clone https://github.com/yourusername/movietimes.git
cd movietimes
pip install -r requirements.txt
```
## Usage
```bash
python src/showtimes_scraper.py 90210
```
## Testing
```bash
pytest
```