Browshot blog

This blog provides updates on the API and features offered by Browshot. Subscribe to our blog to stay up to date on the service.

Libraries on CPAN, Rubygems and PyPI

Nov 21, 2011

Tags: Python Libraries Perl Ruby

We want to make the Browshot libraries easily available to all developers. After releasing the source code on github, the next step was to make the packages available in repositories: CPAN for Perl, Rubygems for Ruby, and PyPI for Python. You can use your standard tools to install the latest version of Browshot for your favorite language:

cpan WebService::Browshot
gem install browshot
pip install browshot

All packages are fully documented. Don't hesitate to contact us at dev@browshot.com if you have any question.

See more...

All libraries are on github

Nov 21, 2011

Tags: Python Libraries Perl Ruby

You can check out the source code of the Browshot libraries on Github.



Python: https://github.com/juliensobrier/browshot-python



Perl: https://github.com/juliensobrier/browshot-perl



Ruby: https://github.com/juliensobrier/browshot-ruby




Don't hesitate to submit patches, bug reports, etc.

See more...

Unit tests for all libraries

Nov 21, 2011

Tags: Python Libraries Perl Ruby

Extensive unit tests have been added to the Perl, Python and Ruby libraries. A couple of bugs have been found and fixed. make sure you have the latest version to take advantage of the API 1.2.

A test account has been created. It works like a real account except screenshots requests, new instances creations and new browser creations are not actually performed. Instead, a random existing screenshot and a random existing private instances are sent back.

See more...

API 1.2

Nov 21, 2011

Tags: API

New commands

The API documentation has been updated. A couple of fixes have been done to the API.

See more...

API 1.1

Nov 21, 2011

Tags: API

New commands

Updated commands

New variables added to the reply:

  • active: 1 if the instance is running, 0 if it is inaccessible
  • screenshot_cost: number of credits for each screenshot


New variables added to the reply:

  • active: 1 if the instance is running, 0 if it is inaccessible
  • screenshot_cost: number of credits for each screenshot

See more...

Blog home page

    Blog archive - Subscribe

    Try it for free

    no credit card required

    About Us

    Browshot is a web service to create real time web screenshots in a multitude of virtual devices, including mobile devices like the iPhone 3 & 4, iPad, Android Nexus, etc.

    You can use the web dashboard, or our full-featured API.

    • Real time screenshots

    • 15+ mobile devices: iPhone, iPad, Android, etc.

    • 30+ desktop resolutions

    • Fast and reliable

    • Thumbnails of any size, any ratio

    • Full API, open-source libraries