17

Instead of worrying about API rate limits I made my code manually parse the html from a website.

And the code still works great!

Comments
  • 2
    Wow OK then lol. that's one way to do it
  • 1
    @BobsterGaming sometimes it's the only viable option. Me and a friend of mine had to work with a website which didn't really have an API and another friend had to work with an API with limited queries so parsing the HTML was almost the only option on both cases.
    What would you suggest people do instead?
  • 1
    Wouldn’t that website also be going through the same API though? Or is it somehow not limited?
  • 3
    @devios1 you can go to the website as much as you want. It's a train travel planning website. If that gets blocked after a few calls then no-one would be able to use it for the rest of the day. The API was for doing queries you could also do by hand on the website.
Add Comment