0.0
No commit activity in last 3 years
No release in over 3 years
Download images from 4chan to your computer given a thread url
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 4.3.0
>= 0
~> 2.14.1

Runtime

>= 0
 Project Readme

logo

Fourchanify

Code Climate

Fourchanify lets you download images from a 4chan thread from your terminal.

Installation

Fourchanify works with Ruby 1.9.3 and Ruby 2.0.0.

  1. Open terminal.
  2. Run this command.
$ gem install fourchanify

Usage

  1. Install the gem.
  2. Navigate to the directory where you want to download the images.
  3. Run this command.
$ fourchanify [4chan_url]
as an example: fourchanify http://boards.4chan.org/mu/res/32745718

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request