Skip to content

nuxt-image-board/bot-line

Repository files navigation

bot-line

NuxtImageBoard apiを用いる簡易LineBot

Features

l-m-api3を使用(簡単にかける)
flexメッセージいっぱい(見た目がよい)
Docker対応

Installation

1 引っ張ってくる

docker pull dosugamea/bot-line:amd64  
OR  
docker pull dosugamea/bot-line:armv7

2 環境変数(.env)を書く

LINE_CHANNEL_TOKEN=HOGE
CDN_ENDPOINT=https://nboard-api.domao.site/static/
API_ENDPOINT=https://nboard-api.domao.site
API_TOKEN=NB_TOKEN

3 動かす

docker run --rm --env-file=<envファイルパス> -p <受付ポート>:1204 -t nuxt-image-board/bot-line

Build

docker build -f Dockerfile_amd64 -t nuxt-image-board/bot-line-pc .
docker buildx build --platform linux/arm/v7 --file Dockerfile_armv7 --t nuxt-image-board/bot-line .

About

NuxtImageBoard line bot (Powered by l-m-api3)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages