Posterous
Additional Dependencies
This importer requires the following additional library.
You may install the needed gem by running gem install jekyll
To import your posts from Posterous, run:
$ ruby -r rubygems -e 'require "jekyll-import";
JekyllImport::Importers::Posterous.run({
"email" => "myemail",
"password" => "mypassword",
"api_token" => "mytoken"
})'
All three fields are required.
There is also an alternative Posterous migrator that maintains permalinks and attempts to import images too.