39d39e8f2829124eb3872c4e59e8fb54b85298fb
Web Scraper
Installation
Either download a copy of the script, or use to git clone to grab a copy
git clone https://git.cusack.cloud/acid/web-scraper.git
Create a virtual environment and then activate it
cd web-scraper
python3 -m venv .
source bin/activate
Install requirements
pip install -r requirements.txt
Usage
Copy the .env_sample to .env and fill in your twilio details to send SMS messages
Edit the config object in scrape.py to point to the URL to be monitored.
Description
Languages
Python
100%