SiteCorePy ========== SiteCorePy provides a Python_ interface to SiteCore_ via WebDriver_, because I like my wrists too much to enter data by hand. Note that WebDriver is currently being merged into Selenium_. .. _Python: http://www.python.org/ .. _SiteCore: http://www.sitecore.net/ .. _WebDriver: http://code.google.com/p/selenium/ .. _Selenium: http://code.google.com/p/selenium/ Getting SiteCorePy ================== SiteCorePy is available as a git repository:: $ git clone http://www.physics.drexel.edu/~wking/code/git/sitecorepy.git There is also a `browsable interface`_ .. _browsable interface: http://www.physics.drexel.edu/~wking/code/git/git.php?p=sitecorepy.git It's currently just a single script, so no need to install anything. You will, however, need to `install the Firefox WebDriver`_ if you haven't already. .. _install the Firefox WebDriver: http://code.google.com/p/selenium/wiki/FirefoxDriver Getting started =============== Edit sitecore.py to execute your assigned task. See, for example, the current `add_headshot_alt_tags` function. Then run $ ./sitecore.py