Working on adding automation to the Upcoming Ska Shows page
- Fez
- Dec 26, 2024
- 1 min read
I'm trying to have the Upcoming Ska Shows page use the existing info that is there so far to scrape some pages for more concert info. So right now, it's adding a lot of bands to the band list, many of which I'll probably have to go back and take out at some point, or I might just leave them in there and make it easier to sort through them. We'll see what I decide to do. I'll still need to mark the bands somehow to have it not add shows for certain bands, as I know there are bands currently in the list that I don't want to get added to the shows page. So, put up with me for a little while as I get this feature up and running.
Also, if anyone has sites they recommend I take a look at for scraping concert data, go ahead and post here. Right now, I'm using Ticketmaster as a base example since they have an API and specific rules for pulling their data. Some sites will work like that, and other will require proper scraping and parsing the html, but I'll start taking a look at more pages to pull data from once I get this one working.
Comments