|
|||||||
| Development XCode, Cocoa, and all other development |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
| 05-10-2007 | #1 (permalink) |
|
Personal Shopping Specialist
|
Okay I've always had the idea of making this app. Every summer some friends and I do a fantasy baseball league. It's not Yahoo or ESPN or any of those other online fantasy sites, it's actually our own. But the hard part is that every Friday, Saturday, and Sunday, the runs and RBI's of each player must be checked at sites like MLB.com or ESPN.com. So essentially, I want to make an app that retrieves the runs and RBI's for each player and displays it, adding up the totals. Anyone think this could be done?
__________________
MacBook Black 2.2GHz | 1st Gen iPhone |
|
|
|
| Sponsored Links | |
|
|
|
| 05-11-2007 | #2 (permalink) |
|
Personal Shopping Specialist
Join Date: Dec 2006
Location: Norway
Posts: 301
![]() |
Tasks like this (scraping a website) is probably easiest done with a scripting language like perl, python or maybe even php.
Google for "web scraping", "screen scraping" or maybe even "html scraping". |
|
|
|
| 05-13-2007 | #4 (permalink) |
|
Concierge
|
Do you know Objective C or any of the Cocoa languages? I ask because you could just use a brief Applescript to run your scraping script and return the results, rather than building a entire application.
You might even set it up to automatically run at specific times via a cron job, and append the results to a file. |
|
|
|
| 05-15-2007 | #6 (permalink) |
|
Operator
Join Date: May 2007
Posts: 7
![]() |
you could even just write a nice liddle applescript and then use Platypus (Download Platypus 3.4 for Mac - Platypus - Create application wrappers for shell scripts - Softpedia) to wrap it into an application...
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
|
|