A web page update checker command
1.1K
webupdates: A web page update checker commandIf 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...
If you want to run webupdates directly, you must install following:
gem install webgCopy webupdates command to PATH environment directory and set executable permission.
Enjoy webupdates command:
$ webupdates data-name CSS-selector curl-options
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 ...
Content type
Image
Digest
sha256:a7b7d8979…
Size
180.9 MB
Last updated
almost 3 years ago
docker pull nishidayuya/webupdates