https://github.com/5t111111/evernote-backup
Evernote backup script for macOS. * Export Evernote using AppleScript * Backup an exported via Backup gem * Slack notification
https://github.com/5t111111/evernote-backup
Last synced: 3 months ago
JSON representation
Evernote backup script for macOS. * Export Evernote using AppleScript * Backup an exported via Backup gem * Slack notification
- Host: GitHub
- URL: https://github.com/5t111111/evernote-backup
- Owner: 5t111111
- Created: 2016-10-11T06:32:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T07:27:59.000Z (over 6 years ago)
- Last Synced: 2025-01-12T07:46:54.672Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Evernote Backup
Evernote backup script for macOS.
- Export Evernote using AppleScript
- Backup an exported via [Backup](https://github.com/backup/backup)
- Slack notification## Prerequisites
- Ruby
- Zshand you also have to install the flowwing gems:
```
$ gem install backup
$ gem install dotenv
```## Usage
Create `.env` by copying the example file:
```
$ cp .env.example .env
```After mdifing `.env`, run:
```
$ ./backup-evernote.zsh
```
At first it waits for 5 minutes for the case of that there are remaining notes should be synced before exporting. After that, it starts exporting all existing notes and takes a while depends on your Evernote size.