23 lines
355 B
Markdown
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
|
|
``` |