Excel, Python: Basic data scraping for NBL Australia basketball game stats
I recently went to Onlinejobsph again to look for quick gigs that can be done on the side using my skills. This time, I found a post looking for someone who can scrape basketball data. Reached out and got a reply about the site they want to scrape from, and what data they need. I replied back probing for more details to decide how much should I charge and the scope of the requirement but after few days, received no response and the listing is already removed. The post stated they're not interested in it being done by AI because they've already tried it. I mentioned to them that I actually use AI but I have working knowledge of Python to know and understand if the code is garbage or not. Since I don't want my initial effort go to waste, I actually started building the script as a way to practice. Site is NBL which is a basketball league from Australia. Luckily, they don't have heavy anti-bot measure (or they probably have, but I have not triggered it on testing) The fi...