Replies: 5 comments 2 replies
-
Actually one idea this gives me, is that there could be an option like
Then you could aim it at some |
Beta Was this translation helpful? Give feedback.
-
I try to solve something similar:
I am struggeling with step 2. I tried to run javascript before change detection and download the file to the docker volume (/datastore/c65964be-1b0f-464e-b002-9512ebed7da6/). I use this code which seems to be running without any errors in the frontend of the changedetection tasks and no errors in the console of the docker container:
However, no file is stored to this path. |
Beta Was this translation helpful? Give feedback.
-
I am looking for a solution, too. As an alternative, I stumbled upon https://github.com/invoiceradar |
Beta Was this translation helpful? Give feedback.
-
It looks like it may "technically" be possible to automatically download invoices (files)
by hacking something nicer into the pypuppeteer library we use... but question is here, is this really changedetection? how does the changedetection part of it work? Maybe some special extension that actually uses the "downloaded" content as the change detection - then if a change is detected it can send it to discord/email/etc ? https://www.getmyinvoices.com/en/ pretty interesting alternative |
Beta Was this translation helpful? Give feedback.
-
The change detection for me is looking for new bills, invoices, receipts etc and downloading it when it’s detected. Because things like this aren’t emailed anymore and automating retrieval is a pain. Do you think that would make more sense as a separate utility? |
Beta Was this translation helpful? Give feedback.
-
I know, that this feature is pretty out of scope of changedetection, but I think the feature is mostly finished.
Problem:
I have the problem that my internet provider only provide the newest invoice on his customer portal. Therefore I have to login every month into the customer portal and download the invoice manually.
Solution:
Use a tool which automatically login into the customer portal and download the newest invoice. The download should be saved on the docker volume.
As changedetection already have the ability to navigate through webpages with the feature "browser steps", I think it would be pretty easy to expand this feature, to download files.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions