Get Events From Myspace
I have a music event site and I’d like a script that will automatically get events from myspace and store them in an admin area. I need to be able to set the number of events the script gets. For example, if I want it to get 100 events a day, or just 5 events a day, I need to be able to set that.
Then, there has to be an approve or deny link. If I click deny, then the event is deleted. If I click approve, then it is posted on my site. So, the events will need to be formatted so they will post on my site.
I already have a myspace event scraping script that works by using a URL. It works great, but, it’s not automatic, I have to manually copy and paste myspace URLs. So the chosen programmer may be able to use this existing script, but just modify it so it’s automatic and so I can approve or deny the events before they are posted on the site.
Finally, if possible, I would like the script to be created in such a way so I can easily modify it in the future to work with other sites… possibly by simply changing a URL and a few div names or something.
In short, the script should grab music events from myspace daily and put them into a holding area with approve/deny links. If I approve them, then they are posted on my site.


