2021-03-07 14:58:01 +00:00
2021-03-05 16:16:51 +00:00
2021-03-07 14:59:31 +00:00
2021-03-06 16:33:15 +00:00
2021-03-07 15:19:02 +00:00
2021-03-07 14:58:01 +00:00
2021-03-07 14:58:01 +00:00

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
No description provided
Readme 33 KiB
Languages
Python 100%