I would like to write an application that notifies me whenever a class has opened up. A a naiive way would be to download the HTML source code and look for a particular string that indicates “open” (For open classes) or “waitlist” (waitlist is open) then notify me. How should I approach this? I’ve looked into HTPClient but it makes it more difficult than it needs to be.
Share
Using a simple HTML parser worked for me.