Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stylesuxx/riig
Ruby Imageboard Image Grabber
https://github.com/stylesuxx/riig
Last synced: about 1 month ago
JSON representation
Ruby Imageboard Image Grabber
- Host: GitHub
- URL: https://github.com/stylesuxx/riig
- Owner: stylesuxx
- Created: 2012-03-30T21:47:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-06T17:58:30.000Z (over 12 years ago)
- Last Synced: 2023-03-13T08:15:46.390Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
╔══════════════════════════════════════╗
║ Ruby Imageboard Image Grabber (RIGG) ║
╚╦═════════════════════════════════════╝
║ Grabbs Images from imageboards like 4chan.
║
║ Author: Chris ([email protected])
╙╔═════════════╗
║ 1. Features ║
╚╦════════════╝
╠ Saves images from different threads in seperate directories
╠ Resumes only with new pics if invoked multiple times on same thread
╠ Create zip Archive of the saved images
╙╔══════════════════════════╗
║ 2. Supported imageboards ║
╚╦═════════════════════════╝
╠ 4chan.org
╠ 2chan.net
╙╔═════════════════╗
║ 3. Installation ║
╚╦════════════════╝
╠ clone this repo
╠ run riig.rb on the commandline
╙╔══════════╗
║ 4. Usage ║
╚╦═════════╝
╠ riig.rb [options] url1 url2 ...
║
╠ Specific options:
║ -o, --output DIRECTORY Output DIRECTORY
║ -z, --zip Zip the images
║ -v, --verbose Output more information
║ --delete Delete images after execution
║
╠ Common options:
║ -h, --help Display this screen
║ --version Show programm version
╙╔═════════════════╗
║ 5. Requirements ║
╚╦════════════════╝
╠ Linux
╠ Ruby (>= 1.9)
╠ rubyzip gem - if you want to zip your files
╙╔═════════╗
║ 6. TODO ║
╚╦════════╝
╠ add more imageboards - feel free to send me your requests
╙If you find bugs or have feature requests feel free to contact me on github (https://github.com/stylesuxx/RIIG) or via mail ([email protected]).