ttapi:Golang Turntable.fm API 源码
转盘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.zip
(预估有个14文件)
ttapi-master
utils.go
2KB
go.mod
183B
ttapi.go
29KB
go.sum
2KB
examples
ping_pong_bot
main.go
347B
debug_logs_bot
main.go
347B
暂无评论