https://github.com/ddvk/rmapi-hwr
hwr for rmapi / remarkable
https://github.com/ddvk/rmapi-hwr
Last synced: about 1 year ago
JSON representation
hwr for rmapi / remarkable
- Host: GitHub
- URL: https://github.com/ddvk/rmapi-hwr
- Owner: ddvk
- License: agpl-3.0
- Created: 2020-07-01T14:33:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T10:51:04.000Z (over 3 years ago)
- Last Synced: 2024-06-21T15:42:07.157Z (about 2 years ago)
- Language: Go
- Size: 78.1 KB
- Stars: 25
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# HWR for rmapi (wip)
## Prereq
- register for a developer account on myScript
- get the application key and hmac
## Usage
- set the env variables:
```
export RMAPI_HWR_APPLICATIONKEY="some application id key"
export RMAPI_HWR_HMAC="some hmac stuff"
```
- get the zip of a notebook or pdf with `rmapi get`
- run with `go run main.go the.zip`
- or build `go build`
- `-h` for supported options