文件名称:twitch-sentry:可配置的Twitch机器人,使用RxJS,TypeScript,lowdb和tmi运行Node.js
文件大小:24KB
文件格式:ZIP
更新时间:2024-04-02 22:37:25
nodejs javascript bot twitch rxjs
TwitchSentry Twitch机器人,使用RxJS,TypeScript,lowdb和tmi运行Node.js。 投注系统。 将用户信息存储在本地JSON数据库中。 基于事件。 配置自定义命令和响应。 配置自定义定期消息。 :open_book: 维基 有关安装和所有可用命令的详细信息,请访问 安装 npm $ npm install twitch-sentry 或自己构建: $ git clone https://github.com/spnq/twitch-sentry.git $ cd twitch-sentry $ npm install 配置机器人并运行 $ npm run build 配置机器人 转到src / config.ts并相应地进行更改: { auth: "", botName: "", channels: [""], def
【文件预览】:
twitch-sentry-master
----.travis.yml(39B)
----.nvmrc(8B)
----package.json(887B)
----.github()
--------ISSUE_TEMPLATE()
----LICENSE(1KB)
----package-lock.json(81KB)
----src()
--------options.ts(340B)
--------custom_messages.ts(179B)
--------app()
--------periodics.ts(448B)
--------types.ts(427B)
--------config.ts(92B)
--------constants.ts(63B)
----.npmignore(14B)
----tsconfig.json(2KB)
----.gitignore(41B)
----README.md(2KB)