https://github.com/blacklight/clinote
Synchronize your Evernote notes with your ~/evernote folder
https://github.com/blacklight/clinote
Last synced: 3 months ago
JSON representation
Synchronize your Evernote notes with your ~/evernote folder
- Host: GitHub
- URL: https://github.com/blacklight/clinote
- Owner: blacklight
- Created: 2012-12-12T01:04:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-12T01:05:30.000Z (over 13 years ago)
- Last Synced: 2025-03-06T20:16:37.233Z (over 1 year ago)
- Language: Python
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
CLINote - A command-line tool for synchronizing your ~/evernote local directory with your Evernote notebooks
Usage:
* ##### Get an API key for Evernote here: http://dev.evernote.com/support/api_key.php #####
* Paste your API key in the "authToken" variable in this script
* Start this script. A folder named "~/evernote" will be created on your filesystem.
It will be populated with the notebooks and the notes on your Evernote account.
All the HTML notes will be converted to plain text
* Any directory you create under "~/evernote", will be considered as a new notebook, and synchronized with your account
* Any change you perform on the existing notes/notebooks, will be commited on your account as well
* Any note created under a notebook directory, will be committed on your account
Dependencies:
Evernote Python SDK (https://github.com/evernote/evernote-sdk-python)
pyinotify (apt-get install python-pyinotify)
Python BeautifulSoup (apt-get install python-beautifulsoup)
by Fabio "BlackLight" Manganiello
Released under Apache License 2.0 and later