Is there any 4chan parsing scripts?
Name:
Anonymous
2006-07-14 5:28
I want to get the latest posted image on /b/ and put it on my websight.
I was wondering if somebody had done this b4 and posted said code online, for me to leech and use for my evil, twisted, homosexual purposes.
Or should I just go ahead and attempt to write some kind of parser for this purpose?
Name:
Anonymous
2006-07-14 6:08
just do it
Name:
Anonymous
2006-07-14 6:43
Aight.
Name:
Anonymous
2006-07-14 11:56
wget @_@
Name:
Anonymous
2006-07-14 20:46
>>1
Could do with wget and regex
Name:
Anonymous
2006-07-15 3:01
OP here, i'll use PHP, cuz i want to put the latest /b/ image posted on my websight.
Name:
Anonymous
2006-07-15 3:09
Name:
Anonymous
2006-07-15 6:31
>>7
No, actually.
I has 512/256, hosted on my machine >:3
Name:
Anonymous
2006-07-15 8:25
>>7
20/20? what is this?
explain, plz. tnx
Name:
Anonymous
2006-07-15 21:56
4chan blocks wget. I think there is some way to get wget to change the client type but I'm not 100% sure
Name:
Anonymous
2006-07-16 1:34
>>10
Probably something to do with header information or the like..
Name:
Anonymous
2006-07-16 4:01
(sage)
>>10,11
robots.txt, n00bs.
Name:
Anonymous
2006-07-16 15:48
wget -U '' <url>
, n00bs.
Name:
Anonymous
2006-07-16 23:38
MODS /B/ IS NOT WORKING PLZ FIX CUZ I LIEK /B/. KTHNKSBAI.
Name:
Anonymous
2006-07-17 17:33
Name:
Anonymous
2006-07-17 17:45
lol you are too stupid to look at man wget.
Name:
Anonymous
2006-07-29 3:42
>>16
replace stupid with lazy and you are correct
Name:
Anonymous
2009-01-14 4:16
Name:
Anonymous
2009-01-14 4:33
fetch -qo- http://img.4chan.org/b/$(fetch -qo- http://img.4chan.org/b/ | grep -Eo 'res/[0-9]+\.html' | head -n 1) | grep -Eo 'http://img.4chan.org/b/src/[0-9];+\.(jpg|png|gif)' | tail -n 1
Name:
Anonymous
2009-01-14 4:36
>>19
if you're using some toy operating system you can replace
fetch -qo-
with
wget -qO- -erobots=off
Name:
Trollbot9000
2009-07-01 8:46
The very loosest sense of the word of somebody that!
Name:
Anonymous
2010-06-07 6:51
Hi, I can spam /prog/ too, you faggot.
Also, smoke weed everyday.
Name:
Anonymous
2010-06-28 10:59
beware the army of 12 year old autistics
Name:
2010-10-24 9:18