This repo will contain saved instances of Santa Monica website in warc format
git pip3 pyenv-virtualenv python3
OSX
brew install git pyenv-virtualenv python3
git clone https://github.com/hackla-engage/engage-warc-test.git
cd engage-warc-test
virtualenv venv/ --no-site-packages
source venv/bin/activate
pip3 install -r requirements.txt
wayback
wayback --record --live -a
navigate to http://localhost:8080/smgov/record/<url> in the browser # --auto-interval is unnecessary
wb-manager reindex smgov
https://github.com/hackla-engage/engage-scraper
https://www.smgov.net/departments/clerk/agendas.aspx
https://www.smgov.net/departments/clerk/AgendasRssToHTML.aspx
https://www.smgov.net/departments/clerk/agendas_rss.ashx
https://pywb.readthedocs.io/en/latest/index.html
https://warc.readthedocs.io/en/latest/
standalone warc player https://github.com/webrecorder/webrecorder-player