This python package downloads the dialogs of the Fraiser sitcom. The dialogs are scraped from the website http://www.kacl780.net/frasier/transcripts/ and pertinent information are written to a sqlite database.
- Create a virtual environment
virtualenv venv
- Install requirements
pip install -r requirements.txt
- Install a webdriver binary
brew install chromedriver
orhttp://selenium-python.readthedocs.io/installation.html#drivers
- Run the package
cd .. && python3 -m frasier_dialogs --verbose
The scraped data will be available in fraiser.db
SQLite database.