urlwatch icon indicating copy to clipboard operation
urlwatch copied to clipboard

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.

Results 99 urlwatch issues
Sort by recently updated
recently updated
newest added

I'm watching a large number of URLs that have the same structure, so I'm applying the same set of filters to them: ```yaml url: https://example.net/9566 ssl_no_verify: true filter: - css:...

enhancement

The sendmail method doesn't appear in the documentation: https://urlwatch.readthedocs.io/en/latest/reporters.html

Thanks for the great tool! It would be super useful to specify different and possibly multiple recipients per URL. for example: ``` url: http://example.com to: [email protected],[email protected] url: http://easter.com to: [email protected],[email protected]...

enhancement

Interested in thoughts of this style of config ```yaml report: text: # Still have these for inheritance details: true footer: true line_length: 75 minimal: false html: diff: unified reporters: -...

This allows the user to selectively run jobs based on a tag for use cases where you might want to run urlwatch on different schedules for different jobs and other...

Hi, I'm trying to configure a very simple url, is a simple site where you find used items, no log-in required, and nothing special is needed. If I try a...

I believe there is an error happening but I cannot confirm it and am therefore considering it a possible bug. Summary: I am getting empty notifications. I believe I should...

I'm not even sure if this is an issue with urlwatch or not, but: I have a set of jobs that I need to apply the same set of filters...

Hi, I've updated my code ( #776 ) Three things: - [x] Have you checked whether or not Mattermost supports Slack's rich text feature? Mattermost still use the original `{"text":...