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)
- Host: GitHub
- URL: https://github.com/endotakuya/linebot-nim
- Owner: endotakuya
- Created: 2018-02-17T07:02:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T08:26:16.000Z (over 8 years ago)
- Last Synced: 2024-08-29T08:22:11.519Z (almost 2 years ago)
- Topics: linebot, nim
- Language: Nim
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.