tags:

views:

44

answers:

1

There is a website called: Engrade.com.

It's pretty cool, you can monitor what your grades are in your current classes. But I want to make an objective-c app that can log in as me and get my grades. Then probably, it would alert me to any bad grades, ect.

Problem!!! It doesn't have an API, so I'm stuck. Does anyone know how I would do this?

Thanks, Elijah

+4  A: 

You can always just download the page and parse it yourself - be warned that this approach is fraught with peril. You can read about web scraping in general on Wikipedia.

Carl Norum