Some time ago, I wrote about ways to publish Evernote-notes through Jabber. There were two ways then: extremely slow and inconvenient (jabber -> tweet.im -> twitter -> evernote) via twitter and unworkable (since no public transport was found) via smtp-transport.
After such disappointing conclusions, I gathered some thoughts and wrote my jabber-bot to post notes to Evernote - and I present it to the public today.
Using
The bot lives at xmpp: evernote@neko.im . In order to get help on the teams, it is enough to send him a message with a random text (and add it to the roster so that it shines online status) or a message with the text “help” after registration. To authorize the bot, OAuth is used (for security reasons, it was necessary to refuse registration by login and password). ')
I will add only that the elements of the syntax can be combined in any order: "((Title)) [[Notepad]] Note text" or "[[Notepad]] ((Title)) The text of the note" for whom it is more convenient. Also, the bot allows you to send a note without text (the title must be specified).
Bug reports are, of course, very welcome.
Enjoy using!
PS If it is interesting for the habrasoobshchestvu, later I can tell you about the development process and put the source code on python in the appropriate blog - to those who are going to work with the Evernote API (and especially OAuth), it can be useful, because I almost did not find good examples on this topic.