Hey all,
I'm determined to create a bot that will latch on to this penny auction website: Auction | Cheap TV laptop ipod auctions - bid & win on Swoopo, and parse out data such as auction price, bidder, # of bids, bid frequency, etc. etc. etc. for each individual auction. As it dynamically changes via AJAX, until the auction has ended.
My current thought is that I can use livehttpheaders to read the data as it changes, then use php to parse this data and make sense out of it, but these change about 5-7 times per second continually. Does anyone know of a way I can latch onto this domain and store all of its header requests as they change for an extended amount of time?
Every bot/scraper I've ever written has been executed via cron job on the server side and hasn't always been "watching" something dynamic. Any input or ideas that come to mind will be very helpful to me. Thanks in advance for any advice you all may have.
I'm determined to create a bot that will latch on to this penny auction website: Auction | Cheap TV laptop ipod auctions - bid & win on Swoopo, and parse out data such as auction price, bidder, # of bids, bid frequency, etc. etc. etc. for each individual auction. As it dynamically changes via AJAX, until the auction has ended.
My current thought is that I can use livehttpheaders to read the data as it changes, then use php to parse this data and make sense out of it, but these change about 5-7 times per second continually. Does anyone know of a way I can latch onto this domain and store all of its header requests as they change for an extended amount of time?
Every bot/scraper I've ever written has been executed via cron job on the server side and hasn't always been "watching" something dynamic. Any input or ideas that come to mind will be very helpful to me. Thanks in advance for any advice you all may have.