I'd be interested in doing some language statistics and comparing them to the aforementioned networks.
Introducing the 4chan API
11–20 of 85 posts
Re: Introducing the 4chan API
#12Sadly read-only, though it's not much work parsing the HTML and faking a submit through a Post request. Good luck submitting a 4chan app to Apple's app store though :)
Re: Introducing the 4chan API
#13The first thing that jumps to mind with this is... "Oh $#!*." I don't know why, but it scares me what could come out of this.
Came to post this. The only redeemable value in 4chan, in my opinion, is that the fact that posts aren't archived makes for a very interesting social experiment. An API firehose pretty much puts an end to that.
Re: Introducing the 4chan API
#14 curl http://api.4chan.org/b/res/423418552.json | python -mjson.tool
curl http://api.4chan.org/b/res/423418552.json | json_pp
Example for grabbing a thread and prettyprinting the JSON of it.Because, you know, we need more 4chan in the house.
(EDIT: brief skimming of the comments indicates it may be semi-offensive, so be warmed. We're skimming /b/, after all.)
Re: Introducing the 4chan API
#15Re: Introducing the 4chan API
#16It still requires scrapping to discover the thread ids though does it not?
Re: Introducing the 4chan API
#17Re: Introducing the 4chan API
#18Re: Introducing the 4chan API
#19Re: Introducing the 4chan API
#20Earlier quoted context omitted.
We'll have indexes and a catalog view soon.
That's great news. No hope for a posting API I presume?