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

355 B

MovieTimes

MovieTimes is a Python-based scraper that fetches movie showtimes for a given ZIP code using Google search results.

Installation

git clone https://github.com/yourusername/movietimes.git
cd movietimes
pip install -r requirements.txt

Usage

python src/showtimes_scraper.py 90210

Testing

pytest