I'm trying to write a script to download my VISA payments via the CSV file they provide. I can login and just manually download it, but as a developer anything I do more than once, I want to automate. I want to write a script to login to my bank account, navigate to my visa page, and download the CSV file. The bank is RBC bank, Royal Bank of Canada.
I honestly don't know where to begin. I know HTML/CSS/PHP, how would I utilize my skills to begin this? Where would I start? I want to write this in PHP as its the only language im fluent in and comfortable with.