Skip to content

rshk/autoscreencast-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic screencast

PoC of autogenerating webapp screencasts, using Python and Selenium.

Install system-wide requirements

You're going to need:

  • Python 2.7
  • virtualenv
  • recordmydesktop
  • Xvfb

Install Python requirements

Create a virtualenv:

% virtualenv --python /usr/bin/python2.7 venv
% . venv/bin/activate
% pip install pip-tools
% pip-sync requirements.txt

Or simply:

make setup

Build the thing

make

Then visit ./output/index.html in your browser.

Example

See: http://rshk.github.io/autoscreencast-poc/

About

PoC of autogenerating webapp screencasts, using Python and Selenium.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published