-
Notifications
You must be signed in to change notification settings - Fork 0
Container: xpath scraper
NopeNix edited this page Mar 22, 2022
·
2 revisions
This container should read a list of targets which consist of URL's and xpath informations from a MariaDB/MySQL Server -> Scrape the Information and write it to a MariaDB/MySQL Database
nopenix/xpath-scraper
mcr.microsoft.com/powershell:alpine-3.14
| Variable | Purpose |
|---|---|
| SCRAPER_CYCLE_PAUSE | Pause in Minutes between Scraping runs |
| DB_SERVER_HOSTNAME | |
| DB_SERVER_PORT | |
| DB_SERVER_USERNAME | |
| DB_SERVER_PASSWORD | |
| DB_SERVER_DATABASE | |
| DB_SERVER_TABLENAME_TARGETS | Optional. The Default Tablename for the Targetlist is scraper_targets |
| DB_SERVER_TABLENAME_RESULTS | Optional. The Default Tablename for the scraped results is scraper_results |
- MySQL/MariaDB Server
- Connection to the targets which you want to scrape
No Tags, only :latest