An open API service indexing awesome lists of open source software.

https://github.com/endotakuya/linebot-nim

Line bot & Nim でオウム返し(Reply API)
https://github.com/endotakuya/linebot-nim

linebot nim

Last synced: about 1 year ago
JSON representation

Line bot & Nim でオウム返し(Reply API)

Awesome Lists containing this project

README

          

# linebot-nim

## envfile

```.env
AUTHORIZATION_KEY=""
LINE_CHANNEL_SECRET=""
```

## Usage

Run server.

```
$ nim c -r -d:ssl app.nim
```

And, start ngrok.
```
$ ngrok http 8080
```

`Webhook URL` is `https://xxxxxxx.ngrok.io/webhook`.