文件名称:modular-bot:用 node.js 编写的模块化 IRC 机器人
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-24 05:43:49
JavaScript
模块化机器人 (node.js) Modular Bot 是一个用 node.js 编写的模块化 irc bot,它具有高级解析器、计时器、事件和权限系统。 版本 0.0.1 阿尔法 科技 Modular Bot 使用了许多开源项目才能正常工作: [node.js] - 后端的事件 I/O。 [irc] - Node.js 的现代 IRC 客户端库。 [irc-colors] - irc 机器人的颜色和格式变得容易。 [cline] - 为 Node.js 构建库的命令行应用程序。 [mongoose] - Node.JS 的 MongoDB 对象建模 安装 你需要 node.js 和 npm,我们也推荐使用 pm2 来管理你的进程。 $ git clone https://github.com/DanielGothenborg/modular-bot.git && cd m
【文件预览】:
modular-bot-master
----.gitignore(89B)
----package.json(406B)
----LICENSE(1KB)
----permissions.json(117B)
----README.md(2KB)
----bot.js(2KB)
----lib()
--------Bot.js(12KB)
--------Authentication.js(2KB)
--------Utils.js(309B)
----modules()
--------Example.js(1KB)
----config.json(535B)