I need to know how I can make a console program that:
-be able to connect to a web,
-extract a specific data,
-treat that data and send an email if necessary,
-and after a while repeat the loop until new order.
any ideas?
I do not ask you to give me the entire program, I just need to know what functions / libraries / etc are necessary in each step, and if you can give me a little guide I would appreciate it.
Thank you
PS: my idea is to have an initial menu that allows to execute the loop or exit.
If I execute the loop it should carry out the flow of actions until the user stops it or there is a failure, in both cases it should return to the initial menu.