I am interested in making wget do a slightly more involved function. I have downloaded it, built it (1.12) and it works perfectly right out of the box.
I would like to have it login to my creditcards.citi.com https website, give my user id, my password and "select NEXT-SCREEN label=Account Activity", then capture the account activity that returns.
I got these three values in my firefox Selenium script that runs perfectly time after time. But I can't get the Selenium/Firefox to capture the return data. Neither can I get Firefox with maximum logging, to give me the screen/desired account data.
I will happily take gobs of data back, grep, cut and sed it into shape.
My big picture goal, is to be able, on a crontab, to dump my account activity every night at midnight.
Wget is svelte, quick and super at grabbing screens of data. I just don't know how to control it with HTTPS, login/password and some minimul navigation.
I am not married to this idea if anyone has a better or different, or even amazingly convoluted route.
Thanks, Bradshaw (K1TE)
ray:
I would like to have it login to my creditcards.citi.com https website, give my user id, my password and "select NEXT-SCREEN label=Account Activity", then capture the account activity that returns.
I got these three values in my firefox Selenium script that runs perfectly time after time. But I can't get the Selenium/Firefox to capture the return data. Neither can I get Firefox with maximum logging, to give me the screen/desired account data.
I will happily take gobs of data back, grep, cut and sed it into shape.
My big picture goal, is to be able, on a crontab, to dump my account activity every night at midnight.
Wget is svelte, quick and super at grabbing screens of data. I just don't know how to control it with HTTPS, login/password and some minimul navigation.
I am not married to this idea if anyone has a better or different, or even amazingly convoluted route.
Thanks, Bradshaw (K1TE)