文件名称:golang的mastodon客户-Golang开发
文件大小:64KB
文件格式:ZIP
更新时间:2024-06-15 10:06:48
Golang Third-party APIs
适用于golang go-mastodon的mastodon客户端用法应用程序包主要导入(“ context”“ fmt”“ log”“ github.com/mattn/go-mastodon”)func main(){app,err:= mastodon.RegisterApp(context。 Background(),&mastodon.AppConfig {服务器:“ https://mstdn.jp”,客户端名称:“客户端名称”,范围:“读写跟随”,网站:“ https://github.com/mattn/go -mastodon“,})如果err!= nil {log.Fatal(err)} fmt.Printf(” client-id:%s \ n“,app.ClientID)fmt.Printf(” client-secret:%s \ n“,app.Cli
【文件预览】:
go-mastodon-master
----.travis.yml(163B)
----testdata()
--------logo.png(2KB)
----report.go(951B)
----apps_test.go(2KB)
----cmd()
--------mstdn()
----apps.go(2KB)
----mastodon.go(8KB)
----accounts_test.go(18KB)
----helper_test.go(4KB)
----streaming_ws.go(4KB)
----streaming_test.go(9KB)
----streaming_ws_test.go(7KB)
----.github()
--------FUNDING.yml(717B)
----mastodon_test.go(9KB)
----report_test.go(2KB)
----compat.go(861B)
----example_test.go(1KB)
----notification.go(4KB)
----LICENSE(1KB)
----instance_test.go(5KB)
----accounts.go(10KB)
----helper.go(1KB)
----go.test.sh(267B)
----notification_test.go(4KB)
----lists.go(3KB)
----status.go(13KB)
----status_test.go(20KB)
----.gitignore(6B)
----streaming.go(4KB)
----instance.go(2KB)
----go.sum(5KB)
----polls.go(549B)
----unixtime.go(359B)
----README.md(4KB)
----lists_test.go(7KB)
----go.mod(349B)