Skip to content

Repository files navigation

The Automator

Bringing selenium automation to the proles since 2014

Installation / Setup

  1. Install mysql and python

  2. Create your database:

     mysql> CREATE DATABASE atmatr;
     mysql> GRANT ALL ON atmatr.* TO 'atmatr'@'localhost' IDENTIFIED BY 'atmatr';
    
  3. Install npm and phantom.js

  4. Install node modules:

     $ cd atmatr/public/static/javascript
     $ npm install
    
  5. Do a pip install, then start your web server

About

The Automator

Resources

Stars

2 stars

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages