craigslist Questions
5
I am building an application and would like to automatically post to craigslist with a click of a button. Is there any way to do this?
I have an account and will pay for each post.
Palmation asked 27/4, 2012 at 15:0
1
Solved
I need to automate posting messages to craigslist.org through their API.
Here is an up-to-date reference for the craigslist posting API(updated on 2nd of December 2013):
http://www.craigslis...
Birdhouse asked 17/1, 2014 at 13:34
1
Solved
I'm trying to do a HTTP GET on craigslist sfbay.craigslist.org. Here is my (ruby) code which is really simple
require 'net/http'
result = Net::HTTP.get(URI.parse('http://sfbay.craigslist.org'))
...
Durman asked 14/1, 2013 at 23:54
4
i was looking through craigslist bulk posting section and it requires an rss feed to be sent to a server to automatically post an add the site is found at
http://www.craigslist.org/about/bu...
Interlaken asked 3/9, 2010 at 7:37
6
Solved
I am developing a site for which I would like to protect buyers by anonymizing their email addresses.Similar to craigslist's system, when a seller needs to contact a buyer they should be able to se...
Tomi asked 5/7, 2011 at 14:51
1
I'm using the following code to log into Craigslist, but haven't succeeded yet.
string formParams = string.Format("inputEmailHandle={0}&inputPassword={1}", "[email protected]", "removed")...
Avigdor asked 29/3, 2010 at 8:28
2
Solved
I am trying to use PHP and cURL to log in to a website (namely Craigslist). When accessing the script, I get this warning message:
Received problem 2 in the chunky parser
Searches showed that it...
Jobholder asked 6/3, 2010 at 9:42
3
Solved
I know, I know - it probably doesn't (and shouldn't) matter - I've read this comment. But as a newbie just learning Python, I'm quite intrigued. The source seems to reference Javascript a few times...
Offensive asked 20/7, 2009 at 20:36
1
© 2022 - 2024 — McMap. All rights reserved.