I have searched high and low and have not been able to find a definite answer to this question.
Does anyone know how developers auto-post to CraigsList using PHP (or CodeIgniter)?
|
I have searched high and low and have not been able to find a definite answer to this question. Does anyone know how developers auto-post to CraigsList using PHP (or CodeIgniter)?
| |||||||||||
feedback
|
|
This may violate the terms of service for craigslist, specifically under the conduct section:
| |||||
feedback
|
|
http://www.craigslist.org/about/terms.of.use:
| |||
|
feedback
|
|
Right, the only thing against the terms of service is the auto part, you can do all of it except hitting the submit for them. I have a reference opensource implementation of a tool that assists in Craigslist postings using the Catalyst framework for Perl. The tool's name is Craiglickr. http://github.com/EvanCarroll/Craiglickr The biggest thing is deciding what you want to assist with -- typically items in the My tool adds things like the ability to load the page from a template, and WYSIWYG editing of the post (via CEdit). It it almost fully configurable using the yaml configuration file it comes with. | |||
|
feedback
|