1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-09 13:47:10 +02:00
This commit is contained in:
kev 2015-07-07 17:44:22 +08:00
parent 5c5c2967a3
commit 723eb6bdcc

View File

@ -5,16 +5,16 @@ urlwatch
```
cron: triggered every 15 minutes
-> make: generate urls.txt from urls.yml
-> urlwatch: fetch webpages
-> hooks.py: extract info
-> email: send via smtp
-> (^_^)
-> make: generate urls.txt from urls.yml
-> urlwatch: fetch webpages
-> hooks.py: extract info
-> email: send via smtp
-> (^_^)
```
## docker-compose.yml
```yaml
```
urlwatch:
image: vimagick/urlwatch
volumes:
@ -48,7 +48,7 @@ setup:
## urls.yml
```yaml
```
python:
url: https://www.python.org/downloads/
exp: //div[@class="download-unknown"]/p[@class]/a[1]/text()