Using Python to Avoid Late HOA Fine’s Part 2
I might get in trouble, but it’s worth it
If you’re wondering why I am doing part 1 covers a lot of explanation. In the last article we covered how we can make requests to get access into the site, working around the pain of getting a session id and authorization token.
Next is to parse the page itself to get the information we need. I’m pretty new to parsing…