https://github.com/markwengstr/node-linebot-docx-tools
line bot to manipulate docx by nodejs
https://github.com/markwengstr/node-linebot-docx-tools
Last synced: 3 months ago
JSON representation
line bot to manipulate docx by nodejs
- Host: GitHub
- URL: https://github.com/markwengstr/node-linebot-docx-tools
- Owner: MarkWengSTR
- Created: 2022-08-05T07:07:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T15:18:56.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T05:11:18.283Z (over 1 year ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use
https://www.youtube.com/watch?v=nCYxdchmNkE
# Echo Bot
An example LINE bot just to echo messages
## How to use
### Install deps
``` shell
$ npm install
```
### Configuration
``` shell
$ export CHANNEL_SECRET=YOUR_CHANNEL_SECRET
$ export CHANNEL_ACCESS_TOKEN=YOUR_CHANNEL_ACCESS_TOKEN
$ export PORT=1234
```
### Run
``` shell
$ node .
```
## Webhook URL
```
https://your.base.url/callback
```