Metadata-Version: 2.1
Name: ntfy-evernote
Version: 0.3.1
Summary: Evernote backend for ntfy
Home-page: https://github.com/Cologler/ntfy-evernote-python
License: MIT
Author: Cologler
Author-email: skyoflw@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: evernote3 (>=1.25.14,<2.0.0)
Requires-Dist: oauth2 (>=1.9.0,<2.0.0)
Description-Content-Type: text/markdown

# ntfy-evernote

Evernote backend for ntfy.

**Currently only work on sandbox.**

## Usage

``` yaml
ntfy_evernote:
    access_token: ...
    china: false
```

*If you don't provide the access token, a login guide will auto start.*

Required parameters:

- `access_token` - string, the access token grant from evernote.

Optional parameters:

- `notebook` - string, name of the notebook to push message.
- `sandbox` - bool.
- `china` - bool, is in china.

