All Projects → bjeanes → grabshot

bjeanes / grabshot

Licence: MIT license
Mini API to create screenshots of websites and call back with the image data.

Programming Languages

ruby
36898 projects - #4 most used programming language
coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language

Grabshot

Mini API to create screenshots of websites and call back with the image data.

This was a breakable toy that I hacked together as a proof of concept. It's pretty hacky currently, but still pretty young...

Using

See here for documentation.

Running

Make sure you have PhantomJS (>= 1.9.0) installed.

OS X

On OS X, you can use Homebrew to install Phantomjs with brew install phantomjs.

Then, to run the application:

bundle install
bundle exec foreman start

Heroku

Deploy to Heroku

Then, just run heroku ps:scale worker=1 -a YOUR-APP-NAME to boot the workers.

Ruby Engine

Since, for now, the image capturing is done in Threads, using JRuby or Rubinius is advised.

TODO

See here.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].