Other Platforms and Frameworks

Screenshotbot is agnostic about the library and platform used for generating screenshots. While we provide convenience scripts dedicated to the most common libraries, we can work with any library as long as it can generate the screenshots.

If you have a specific library in mind, please contact us at support@screenshotbot.io.

As long as your library can generate a directory of images, you can upload it to Screenshotbot with something like this:

    # Install the screenshotbot recorder script to
    # ~/screenshotbot/recorder
    curl https://screenshotbot.io/recorder.sh | sh

    # Run the script from the root git directory of the project
    ~/screenshotbot/recorder --channel channel-name \
    --api-key "${SCREENSHOTBOT_API_KEY}" \
    --api-secret "${SCREENSHOTBOT_API_SECRET}" \
    --directory path/to/snapshots/ \
    --production
    --repo-url https://github.com/path-to/repo.git

Outline

Ready to get started?

Sign up or contact us.