go-twitch-irc:去twitch.tv的irc客户端

时间:2021-05-09 22:53:18
【文件属性】:
文件名称:go-twitch-irc:去twitch.tv的irc客户端
文件大小:351KB
文件格式:ZIP
更新时间:2021-05-09 22:53:18
golang twitch irc irc-client hacktoberfest 抽搐 这是用于连接到抽搐的irc客户端。 它处理诸如irc标记解析之类的烦人的东西。 我强烈建议您阅读下面的文档,但是本自述文件对功能进行了基本概述。 文档: : 入门 package main import ( "fmt" "github.com/gempir/go-twitch-irc/v2" ) func main () { // or client := twitch.NewAnonymousClient() for an anonymous user (no write capabilities) client := twitch . NewClient ( "yourtwitchusername" , "oauth:123123123" ) client . OnPrivateMessage ( func ( message twitch. PrivateMe
【文件预览】:
go-twitch-irc-master
----.gitignore(89B)
----go.mod(51B)
----README.MD(6KB)
----irc_test.go(3KB)
----Makefile(263B)
----irc.go(3KB)
----helpers_test.go(3KB)
----test_resources()
--------server.key(359B)
--------server.crt(1KB)
--------channel.txt.gz(317KB)
--------irctests.json(8KB)
--------runtestsloop.sh(187B)
----LICENSE(1KB)
----message_test.go(29KB)
----.github()
--------workflows()
----run-test-tests.sh(255B)
----tatombool.go(321B)
----tatombool_test.go(435B)
----.golangci.yml(1KB)
----message.go(14KB)
----client.go(29KB)
----.gitattributes(100B)
----message_benchmark_test.go(1KB)
----client_test.go(52KB)
----cmd()
--------pingpong()

网友评论