Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hidakatsuya/line-touban-bot
A LINE bot for managing and notifying about a duty (Touban in Japanese) in a group.
https://github.com/hidakatsuya/line-touban-bot
biomejs cloudflare-workers line
Last synced: 2 months ago
JSON representation
A LINE bot for managing and notifying about a duty (Touban in Japanese) in a group.
- Host: GitHub
- URL: https://github.com/hidakatsuya/line-touban-bot
- Owner: hidakatsuya
- License: mit
- Created: 2024-02-04T16:46:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T00:14:29.000Z (3 months ago)
- Last Synced: 2024-10-10T03:41:28.048Z (2 months ago)
- Topics: biomejs, cloudflare-workers, line
- Language: TypeScript
- Homepage:
- Size: 278 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LINE Touban Bot
[![Test](https://github.com/hidakatsuya/line-touban-bot/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/hidakatsuya/line-touban-bot/actions/workflows/test.yml)
This is a LINE bot for managing and notifying about a duty (Touban in Japanese) in a group.
## Features
- Notify the group about today's and tomorrow's duties
- Respond to inquiries about duties## Getting Started
### Prerequisites
- LINE Bot
- Cloudflare Workers### Installing
Install NPM packages
```sh
npm install
```Create a wrangler.toml to copy wrangler.sample.toml and set [vars] and [triggers]
```sh
cp wrangler.sample.toml wrangler.toml
```Add your LINE bot's access token and secret, and your LINE group's ID
```sh
npx wrangler secret put LINE_CHANNEL_SECRET
npx wrangler secret put LINE_CHANNEL_ACCESS_TOKEN
npx wrangler secret put FAMILY_GROUP_ID
```Deploy to your Cloudflare Worker
```sh
npx wrangler deploy
```## License
This project is licensed under the [MIT License](https://opensource.org/license/mit/) - see the LICENSE file for details.