[READ-ONLY] Mirror of https://github.com/shuuji3/rwin-bot. Automate Rwin system...😢
rwin
0

Configure Feed

Select the types of activity you want to include in your feed.

JavaScript 48.6%
Vue 47.6%
HTML 3.5%
Dockerfile 0.3%
227 3 0

Clone this repository

https://git.vm.fail/shuuji3.xyz/rwin-bot https://git.vm.fail/did:plc:xlg3sh3daztmbvcoz7ukrzgl
ssh://git@knot1.tangled.sh:2222/shuuji3.xyz/rwin-bot ssh://git@knot1.tangled.sh:2222/did:plc:xlg3sh3daztmbvcoz7ukrzgl

For self-hosted knots, clone URLs may differ based on your setup.


README.md

rwin-bot#

Rwin という部屋予約システムのラッパーです。Rwin 自体をできるだけ操作せずにストレスフリーで部屋を予約できるようにするために作りました。

Screenshots#

main screenshot shortcut keys

Architecture#

rwin-bot Architecture

Components#

bot#

Puppeteer を使って Rwin とのインタラクションを自動化します。

save-schedules#

Rwin に登録されている今日から 1 ヶ月間のスケジュールを定期的にデータベースに保存します。

register-schedule#

Web UI からリクエストされた新規スケジュールの登録を行います。

api-server#

Express.js を使って、データベースに保存されたデータを REST API として公開します。

web#

Vue.js で作られた Web UI です。スケジュールの閲覧と新規スケジュールの登録ができます。