Hello, and thanks in advance for fielding my questions. This may come across as naive, and for that, I apologize. I have a good idea of what I want to do, but don't quite know how to get there. I am not a programmer, so that's the foreword.
Basically, I have a new site design that I want to launch. As part of the site, I want to compile sports statistics. However, I don't have the resources to compile them, myself. These stats need to be updated weekly. I am not using the stats as the entirety of my site - it's just an "in addition to" my content. Bloat the site, keep readers around, etc...
Basically, I understand the concept of scraping, but I don't know the ins and outs. Don't know what is the best way to accomplish it. And I'd prefer not to have a site finding its way back to my main site, and blocking me for scraping data. (even if it's just numbers, and technically not copyright) I was thinking that there might be a way to run a scraper program from a unique URL, and have the data compiled into a database, which could be used to refresh the data on my page via cron job. Is that thinking reasonable?
You guys are the experts. I am here to learn. I await your replies...
Basically, I have a new site design that I want to launch. As part of the site, I want to compile sports statistics. However, I don't have the resources to compile them, myself. These stats need to be updated weekly. I am not using the stats as the entirety of my site - it's just an "in addition to" my content. Bloat the site, keep readers around, etc...
Basically, I understand the concept of scraping, but I don't know the ins and outs. Don't know what is the best way to accomplish it. And I'd prefer not to have a site finding its way back to my main site, and blocking me for scraping data. (even if it's just numbers, and technically not copyright) I was thinking that there might be a way to run a scraper program from a unique URL, and have the data compiled into a database, which could be used to refresh the data on my page via cron job. Is that thinking reasonable?
You guys are the experts. I am here to learn. I await your replies...