My limited programming experience is with visual basic in excel. So I would rather write the program I need in vb but I am willing to learn another language if its much better.
I am a sports bettor, I have over 20 accounts and in the past during football season, I have to bet them online with 2 different browsers(1 normal and 1 on a proxy). Its very tedious and time consuming and I have time to build something better.
I need a console that I am able to log in to many different websites on 2 separate browsers. I will need to be able to submit data(e.g. amount to bet), hit submit buttons, extract data(e.g. the price of the bet). I don't need to see the web content I will have any info I need on the console.
It would be better if the web browser stays open in the background and the program can go back to each tab on the browser when needed rather than start a new browser.
So let's say I want to bet New England laying -7 at -110 for 20k I can type in the order and the program will just look for that price at all my accounts and return the amount it found, at that point I can just click yes I will take the order.
So my questions
1. Is this possible to do in vb.net?
2. Would I be better learning another language in Visual Studio?
I am a sports bettor, I have over 20 accounts and in the past during football season, I have to bet them online with 2 different browsers(1 normal and 1 on a proxy). Its very tedious and time consuming and I have time to build something better.
I need a console that I am able to log in to many different websites on 2 separate browsers. I will need to be able to submit data(e.g. amount to bet), hit submit buttons, extract data(e.g. the price of the bet). I don't need to see the web content I will have any info I need on the console.
It would be better if the web browser stays open in the background and the program can go back to each tab on the browser when needed rather than start a new browser.
So let's say I want to bet New England laying -7 at -110 for 20k I can type in the order and the program will just look for that price at all my accounts and return the amount it found, at that point I can just click yes I will take the order.
So my questions
1. Is this possible to do in vb.net?
2. Would I be better learning another language in Visual Studio?