Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1003 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 1003 Bytes

CapIt!

CapIt provides a simple Ruby interface to Björn Höhrmann's CutyCapt.

Install CutyCapt

Ubuntu/Debian

(from Setting up Headless XServer and CutyCapt on Ubuntu)

sudo apt-get install xvfb
sudo apt-get install xfs xfonts-scalable xfonts-100dpi
sudo apt-get install libgl1-mesa-dri
sudo apt-get install subversion libqt4-webkit libqt4-dev g++
svn co https://cutycapt.svn.sourceforge.net/svnroot/cutycapt
cd cutycapt/CutyCapt
qmake
make

You'll also need to make sure the CutyCapt executable is in your PATH.

OSX (via Homebrew)

brew install cuty_capt

Install CapIt

gem install capit

Usage

require 'capit'
capit = CapIt::Capture("http://www.github.com")

Notes

Don't use this yet.