Optimizely Editor - Python
Optimizely Editor for local editing.
To run the program you need to:
- Have Python on your device http://www.python.org/download/
- When installing make sure to check "Add Python to your path"
- Install PIP
- How to do it on Windows: http://arunrocks.com/guide-to-install-python-or-pip-on-windows/
- Install Optimizely module using PIP
How to use the Python Optimizely editor for local editing using your favorite tools
- 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
- You need to know the ID of the experiment you are going to edit
- 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)
- 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
- When done with the editing: close the program.
- Open "saved tokens.txt"
- Add new line following the example given
- tokenAccountName-tokenKey-token
- no spaces between name, key and token!