You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
urlwatch is intended to help you watch changes in webpages and get notified (via e-mail, in your terminal or through various third party services) of any changes. The change notification will include the URL that has changed and a unified diff of what has changed.
I just installed urlwatch on my synology (DSM 6, arm based). It's written in python, so I set up a virtual environment (venv) as well (in which I downgraded urllib3<2.0). Then I figured it would be nice to have the installation packaged, for housekeeping.
Configuration uses files (generated by the first run ?), so users may be expected to ssh their way in. I got an idea from Icecast package request: use config file editor. Problem is, it's not compatible with DSM 7. So back to square one.
Schedule jobs work. Just remember to use the venv python path. So it reads:
Software Name
urlwatch
Brief Description
urlwatch is intended to help you watch changes in webpages and get notified (via e-mail, in your terminal or through various third party services) of any changes. The change notification will include the URL that has changed and a unified diff of what has changed.
(extract form README.md)
Website
https://thp.io/2008/urlwatch/
Documentation
https://urlwatch.readthedocs.io/
Build/Installation documentation
https://github.com/thp/urlwatch/archive/2.28.tar.gz
Source code
https://github.com/thp/urlwatch
OpenSource License
other (please specify below)
Other License
https://github.com/thp/urlwatch/blob/master/COPYING
The text was updated successfully, but these errors were encountered: