blom
10/29/2006, 06:23
Hi,
Since a lot of people here have custom scripts to scrape SL's pages, I thought it'd be easier to have 1 site do that, which can offer the information to the others. This way, we don't all smash the SL server and heck, it's just fun.
So, for now I have a very experimental XMLRPC API available for all of you. The data is updated every 5 minutes, so should be somewhat accurate. The endpoint is http://api.helpmewith.it/xmlrpc and currently it's handling but one methodname, being "openProjects".
This will return you the open projects on SL. The information you'll get is:
project_id
title
description
types
webmaster
status
bids
bid_min
bid_max
bid_avg
created
ends
programmer
featured
private
Some clarification. Types are the job types, like 'PHP', 'Javascript', 'Security', 'Perl/CGI' etc.
"status" will be "open" or "frozen"
"created" and "ends" are timestamps
"programmer" is always empty (or should be), for this is the 'chosen programmer'. It's just in there for no reason yet (might change for say frozen projects etc).
More to come. Hope you like it. Feedback is more than welcome.
Happy Hacking!
Since a lot of people here have custom scripts to scrape SL's pages, I thought it'd be easier to have 1 site do that, which can offer the information to the others. This way, we don't all smash the SL server and heck, it's just fun.
So, for now I have a very experimental XMLRPC API available for all of you. The data is updated every 5 minutes, so should be somewhat accurate. The endpoint is http://api.helpmewith.it/xmlrpc and currently it's handling but one methodname, being "openProjects".
This will return you the open projects on SL. The information you'll get is:
project_id
title
description
types
webmaster
status
bids
bid_min
bid_max
bid_avg
created
ends
programmer
featured
private
Some clarification. Types are the job types, like 'PHP', 'Javascript', 'Security', 'Perl/CGI' etc.
"status" will be "open" or "frozen"
"created" and "ends" are timestamps
"programmer" is always empty (or should be), for this is the 'chosen programmer'. It's just in there for no reason yet (might change for say frozen projects etc).
More to come. Hope you like it. Feedback is more than welcome.
Happy Hacking!