This tool wraps the APIs for Gallery 2 and Koken and provides migration functionality from the former to the latter. The API for Koken is not documented as of 2015-05-08.
Install Requests:
$ pip install requestsCreate the configuration file and edit it to contain your Gallery and Koken credentials:
$ cd gallery2koken/gallery2koken
$ cp config.example.py config.py
$ emacs config.pyMigrate the Gallery albums to Koken:
$ python automate.py --gallery-migrate-albums-to-kokenTested using Gallery 2.3.2 and Koken 0.21.2.