Applescript scraping webpage
there is this awesome website called www.engrade.com. You can get your grades from the website when you log in from your various classes.
Now, is it possible for an Applescript to parse engrade.co开发者_JAVA技巧m, log in as me, using my username and password, then parse to find my grade?
can some one show an example of this? especially logging in.
Thanks, Elijah
I'd suggest a language like Python to do this. Why do you want to do it with Applescript?
精彩评论