Skip to content

silversillu/optimizely-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

optimizely-editor

Optimizely Editor - Python

Documentation

Optimizely Editor for local editing.

To run the program you need to:

  1. Have Python on your device http://www.python.org/download/
  • When installing make sure to check "Add Python to your path"
  1. Install PIP
  1. Install Optimizely module using PIP

How to use

How to use the Python Optimizely editor for local editing using your favorite tools

  1. You need to know the API Token for the project you want to edit - http://optimizely.com/tokens
  • You can save them, so that you don't have to insert them every time
  1. You need to know the ID of the experiment you are going to edit
  2. After inserting API Token and experiment ID the program indexes and creates the files and folders needed:
  • Experiment folder
    • Experiment.css
    • Experiment.js
    • Variation folders
      • Variation.js
  • (also a backup file for each file)
  1. After the program said "Your files are ready to edit" you can open and edit the file, after you save the file it's going to be uploaded to Optimizely automatically
  2. When done with the editing: close the program.

How to add new saved token

  1. Open "saved tokens.txt"
  2. Add new line following the example given
  • tokenAccountName-tokenKey-token
  • no spaces between name, key and token!

About

Optimizely Editor - Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages