Fourchanify lets you download images from a 4chan thread from your terminal.
Fourchanify works with Ruby 1.9.3 and Ruby 2.0.0.
- Open terminal.
- Run this command.
$ gem install fourchanify
- Install the gem.
- Navigate to the directory where you want to download the images.
- Run this command.
$ fourchanify [4chan_url]
as an example: fourchanify http://boards.4chan.org/mu/res/32745718
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request