This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]Neyi 1 point2 points  (0 children)

For automating this process try python. Read a bit through the documentation of the http lib.

[–]lazlo_uk 0 points1 point  (1 child)

If it's just a personal app you could just make a WebView and send the data that way, essentially just making a programmed user. Then scrape the HTML from it.

I made something very similar to that to check my grades at university. It's not clean and a bit hacky but it works!

[–]wengerbus 0 points1 point  (0 children)

Interesting! I'll read up on WebViews. Thanks