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

Provide OAuth2 support for email report for better security. Users won't have to check "Allow less secure apps" in their Google account. The simplest way to do this is probably...

enhancement

Sometimes I need to tweak the url or command for a given entry, without materially changing the content that gets fetched. But since urlwatch generates GUIDs by hashing the url...

enhancement

Hi, I'd like to use this tool to monitor changes on a webpage that is only accessible once I've logged in. How can I achieve this with this tool? Thanks

question

I'm currently using the e-mail via amazon simple email service (SES), the e-mail service is working fine but I've been looking for a way to edit the body of the...

enhancement

it would be great to have a summary of exception errors at the end. they are buried in the output when you use -v. Additionally, if you dont use -v...

Pushover iOS links are clickable. In Safari they are not. urlwatch tells chump to set html styling on so we need to style messages using html rather than rely on...

enhancement

urlwatch 2.17 fails on specific page with error: `UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 154: invalid continuation byte`. Config: ```yaml filter: - html2text: method: lynx kind: url...

question

I use telegram for notification. I ran urlwatch. I got the output below on my terminal but I did not receive anything on my telegram. Running urlwatch again did not...

bug

Currently, cache database finds the latest state of a job by `timestamp: int` and `tries: int`. This can be unreliable. If a job experienced errors, and was quickly retried again...

bug

Currently if one reporter fails (e.g. email server rejects SMTP message) it will fail all the following reporters for the same event. Even if the email succeeds, a delay in...

enhancement