https://github.com/minagishl/hono-splatoon-bot
A LINE bot that returns Splatoon stage information using Hono.
https://github.com/minagishl/hono-splatoon-bot
hono line-bot splatoon
Last synced: about 1 month ago
JSON representation
A LINE bot that returns Splatoon stage information using Hono.
- Host: GitHub
- URL: https://github.com/minagishl/hono-splatoon-bot
- Owner: minagishl
- License: mit
- Created: 2025-04-09T14:44:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T21:02:54.000Z (12 months ago)
- Last Synced: 2025-06-15T17:02:04.583Z (12 months ago)
- Topics: hono, line-bot, splatoon
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hono Splatoon Bot
A LINE bot for Splatoon 3 information built with [Hono](https://hono.dev/).
## Features
- Get current and upcoming stage rotations
- View Salmon Run schedules
- Check recent challenges and events
## Setup
```bash
# Install dependencies and start the bot
deno task start
```
## Data Source
This bot utilizes data from [splatoon3.ink](https://splatoon3.ink/), a reliable source for Splatoon 3 game data. Special thanks to the splatoon3.ink developer for providing and maintaining this valuable resource.
## Disclaimer
This is an unofficial, fan-made bot and is not affiliated with Nintendo. Splatoon 3 and all related properties are trademarks of Nintendo Co., Ltd.
## License
See [LICENSE](LICENSE) for details.