https://github.com/hanshino/tthol-line-bot
https://github.com/hanshino/tthol-line-bot
bottender docker docker-compose nodejs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hanshino/tthol-line-bot
- Owner: hanshino
- Created: 2021-07-07T13:03:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-17T07:44:58.000Z (9 months ago)
- Last Synced: 2025-09-17T09:33:05.698Z (9 months ago)
- Topics: bottender, docker, docker-compose, nodejs
- Language: JavaScript
- Homepage:
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
這是一份武林同萌傳的`LineBot`專案,可由`docker`直接建置一樣的環境進行開發。
## 事前準備
- `node.js`
- `git`
- `docker (optional)`
- `tthol.sqlite` 此資料庫為作者自行產出,可跟我聯絡索取
```bash
git clone https://github.com/hanshino/tthol-line-bot.git
cp .env.example .env
```
請將`.env`填寫自己的官方帳號資訊
## 啟動
使用`docker`
```bash
docker-compose build
docker-compose up -d
```
純使用`node.js`
```bash
yarn install
yarn start
```