文件名称:tmi.js:for Twitch消息传递接口的Javascript库。 (Twitch.tv)
文件大小:138KB
文件格式:ZIP
更新时间:2024-02-24 22:06:41
nodejs javascript twitch chatbot tmi
tmi.js | | 安装 节点 $ npm i tmi.js const tmi = require ( 'tmi.js' ) ; const client = new tmi . Client ( { options : { debug : true , messagesLogLevel : "info" } , connection : { reconnect : true , secure : true } , identity : { username : 'bot-name' , password : 'oauth:my-bot-token' } ,
【文件预览】:
tmi.js-master
----.gitattributes(483B)
----.github()
--------FUNDING.yml(553B)
--------workflows()
----sri.js(378B)
----ISSUE_TEMPLATE.md(441B)
----.node-version(7B)
----lib()
--------logger.js(644B)
--------timer.js(919B)
--------parser.js(7KB)
--------utils.js(5KB)
--------events.js(8KB)
--------client.js(45KB)
--------api.js(2KB)
--------commands.js(18KB)
----CONTRIBUTING.md(1KB)
----LICENSE(1KB)
----test()
--------logger.js(1KB)
--------noop.js(915B)
--------websockets.js(3KB)
--------events.js(23KB)
--------authentication.js(1KB)
--------client.js(2KB)
--------invalid.js(519B)
--------commands.js(23KB)
----README.md(3KB)
----.npmrc(26B)
----.editorconfig(297B)
----.gitignore(1KB)
----index.js(85B)
----package-lock.json(386KB)
----package.json(2KB)
----.nvmrc(7B)