Sign inSign up

nishidayuya/webupdates

By nishidayuya

Updated almost 3 years ago

A web page update checker command

Image
0

1.1K

nishidayuya/webupdates repository overview

webupdates: A web page update checker command

Usage

If you have Docker environment, easy to run webupdates:

$ docker run -it -v $PWD/data:/var/lib/webupdates nishidayuya/webupdates \
    data-name CSS-selector curl-options...
without Docker

If you want to run webupdates directly, you must install following:

Copy webupdates command to PATH environment directory and set executable permission.

Enjoy webupdates command:

$ webupdates data-name CSS-selector curl-options

Run periodically

We can run on Cron.

# In /etc/cron.d/webupdates

# Run webupdates at every 03:12.
12 3 * * * root docker run -it /var/lib/webupdates:/var/lib/webupdates nishidayuya/webupdates ...

Tag summary

Content type

Image

Digest

sha256:a7b7d8979

Size

180.9 MB

Last updated

almost 3 years ago

docker pull nishidayuya/webupdates