thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.81k stars 352 forks source link

Subcommand to print current data for job #681

Closed knutwannheden closed 2 years ago

knutwannheden commented 2 years ago

I think it would be useful if urlwatch would allow me to print the currently stored data (latest version and possibly also previous versions) for a given job.

I could extract this from the sqlite database myself, although I would have to work out how the guid is computed and this only works as long as the schema doesn't change and I don't also have to support Redis.

thp commented 2 years ago

This is now implemented as --dump-history JOB in the master branch.