Phil's Simple Web Scraping Client
pip install -r requirements.txt
python main.py [flags]
flags:
main.py: -i,--id: DOM element ID of the element that contains the required text value -p,--interval: Polling interval in seconds (an integer) -u,--url: URL of the website to scrape
Try --helpfull to get a list of all flags.
# .env
LOG_LEVEL=DEBUG
WEBSITE_URL=http://wetter.com
ELEMENT_ID=cmp-btn-accept
POLL_INTERVAL=5
bazel build :jaws
jaws.exe --helpshort