alexchilcott / autonote

Watches a particular directory for pdf files to be added to it, and uploads them to evernote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autonote README

Watches a particular directory for pdf files to be added to it, and uploads them to Evernote

Usage

  1. Compile by running build.bat or build.sh
  2. Obtain an Evernote developer token from here
  3. Create an "autonote.json" file in the same path as "Autonote.exe" as so:
{
    "developerToken": "<YOUR EVERNOTE DEVELOPER TOKEN>",
    "noteStoreUrl": "<YOUR EVERNOTE NOTE STORE URL>",
    "watchPath": "<THE PATH TO WATCH FOR PDFS>",
    "filedPath": "<THE PATH TO MOVE PROCESSED PDFS TO>"
}

About

Watches a particular directory for pdf files to be added to it, and uploads them to evernote

License:MIT License


Languages

Language:F# 93.7%Language:Batchfile 3.7%Language:Shell 2.6%