文件名称:ttapi:Golang Turntable.fm API
文件大小:18KB
文件格式:ZIP
更新时间:2024-03-26 09:17:23
Go
转盘API 加入我们的Discord 转盘API的简单包装器。 您需要使用找到您的AUTH , USERID和ROOMID信息。 安装 go get github.com/alaingilbert/ttapi 例子 聊天机器人 该聊天机器人会在聊天室中回复任何写“ / hello”的人。 package main import ( "os" "github.com/alaingilbert/ttapi" ) func main () { auth := os . Getenv ( "TTAPI_AUTH" ) userID := os . Getenv ( "TTAPI_USER_ID" ) roomID := os . Getenv ( "TTAPI_ROOM_ID" ) bot := ttapi . NewBot ( auth ,
【文件预览】:
ttapi-master
----utils.go(2KB)
----go.mod(183B)
----ttapi.go(29KB)
----go.sum(2KB)
----examples()
--------ping_pong_bot()
--------debug_logs_bot()
--------greeter_bot()
----interfaces.go(2KB)
----LICENSE(1KB)
----README.md(1KB)
----data.go(14KB)
----.gitignore(7B)
----constants.go(2KB)
----utils_test.go(633B)