Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Show 4chan your GitHub Projects

Name: Anonymous 2012-03-04 21:19

4chanImageGroper is a image crawler that grabs all the images in a thread and saves them on your computer.
It's written in Ruby.

https://github.com/serv/4chanImageGroper

--

Show off yours and let's watch interesting ones.

Name: Anonymous 2012-03-05 12:41

require 'open-uri'; Dir.mkdir(ARGV[1]) rescue nil
re = %r[(?<=File: <a href=")(http://images.4chan.org/\w+/src/(\d+\.\w+))]
open(ARGV[0]).read.scan(re).each do |url, filename|
  open(File.join(ARGV[1], filename), 'wb').write(open(url, 'rb').read)
end

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List