Hi all!
I'm pretty new to this sort of thing (by which I mean, I've done some programming in the past on a game design course and I once soldered connectors between two LED strips and that's about as close as I've gotten to even the concept of Arduino stuff)
My workplace has a website which has the rota of the entire team at my particular branch. You log in with your email and your password, navigate to a certain page, and depending which you go to, you get a list of all the days and times you're in for the next couple of weeks, or you get a spread of what days and times everyone is in for that particular week.
Unfortunately it makes you sign in every single time you want to use it, and then you have to navigate to a page as well, which really doesn't sound like much, but it can get tedious, and if there's a potential project I can sink my teeth into to make it easier, I will do it!
Essentially: I'm wanting to have an arduino (to be triggered by a button, or an IFTTT thing, or just every 24 hours) log into the website using credentials I can input into it during production, navigate to a set page, and then sort that data into something more readable like a google spreadsheet, which I can have displayed on a cheap android tablet...
First of all, is this particularly possible, do you think?
Second of all, where would I start and what resources might I have to start looking into..?
Many thanks to all of you who respond!
Looking forward to hearing some ideas and / theories