wechaty/go-wechaty — 549★ trên GitHub (Go). Go Wechaty is a Conversational SDK for Chatbot Makers Written in Go
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
Wechaty is a RPA SDK for Wechat Individual Account that can help you create a chatbot in 6 lines of Go.
Voice of the Developers
"Wechaty is a great solution, I believe there would be much more users recognize it." link
— @Gcaufy, Tencent Engineer, Author of WePY
"太好用,好用的想哭"
— @xinbenlv, Google Engineer, Founder of HaoShiYou.org
"最好的微信开发库" link
— @Jarvis, Baidu Engineer
"Wechaty让运营人员更多的时间思考如何进行活动策划、留存用户,商业变现" link
— @lijiarui, Founder & CEO of Juzi.BOT.
"If you know js ... try Wechaty, it's easy to use."
— @Urinx Uri Lee, Author of WeixinBot(Python)
See more at Wiki:Voice Of Developer
Join Us
Wechaty is used in many ChatBot projects by thousands of developers. If you want to talk with other developers, just scan the following QR Code in WeChat with secret code go wechaty, join our Wechaty Go Developers' Home.
Scan now, because other Wechaty Go developers want to talk with you too! (secret code: go wechaty)
Usage
package main
import (
"fmt"
"github.com/wechaty/go-wechaty/wechaty"
"github.com/wechaty/go-wechaty/wechaty-puppet/schemas"
"github.com/wechaty/go-wechaty/wechaty/user"
)
func main() {
wechaty.NewWechaty().
OnScan(func(context *wechaty.Context, qrCode string, status schemas.ScanStatus, data string) {
fmt.Printf("Scan QR Code to login: %s\nhttps://wechaty.github.io/qrcode/%s\n", status, qrCode)
}).
OnLogin(func(context *wechaty.Context, user *user.ContactSelf) {
fmt.Printf("User %s logined\n", user)
}).
OnMessage(func(context *wechaty.Context, message *user.Message) {
fmt.Printf("Message: %s\n", message)
}).DaemonStart()
}
Requirements
Go 1.18+
Install
# go get wechaty
go get github.com/wechaty/go-wechaty
Development
make install
make test
QA
wechaty-puppet-service: WECHATY_PUPPET_SERVICE_TOKEN not found ?
go-wechaty is the go language implementation of wechaty (TypeScript). Puppet is required to start wechaty, but it is currently known that puppets are written in TypeScript language. In order to enable go-wechaty to use these puppets, we can use wechaty-gateway to convert puppets into grpc service, let go-wechaty connect to the grpc service, go-wechaty -> wechaty-gateway -> puppet, document: https://wechaty.js.org/docs/puppet-services/diy/
Vì sao wechaty/go-wechaty được xếp vào nhóm Backend?
TopGit xếp wechaty/go-wechaty vào nhóm Backend dựa trên GitHub topics và mô tả của repo (gắn thẻ: "go", "wechaty"). Việc phân loại dựa trên metadata thật của repo, không phải đoán theo cảm tính biên tập.
wechaty/go-wechaty có bao nhiêu sao?
wechaty/go-wechaty có 549 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/wechaty/go-wechaty. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
wechaty/go-wechaty có những chủ đề gì?
GitHub topics của wechaty/go-wechaty: "go", "wechaty". TopGit xếp repo vào nhóm Backend.
wechaty/go-wechaty còn đang phát triển không?
Commit gần nhất trên wechaty/go-wechaty là 1.3 năm trước (theo timestamp GitHub). Repo có 92 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
wechaty/go-wechaty là gì?
wechaty/go-wechaty (wechaty/go-wechaty) là dự án Go trên GitHub. Theo mô tả gốc: Go Wechaty is a Conversational SDK for Chatbot Makers Written in Go
wechaty/go-wechaty so với các dự án Backend khác thế nào?
wechaty/go-wechaty được TopGit xếp vào nhóm Backend, với 549 sao GitHub và viết bằng Go. Xem trang chủ đề Backend trên TopGit để so sánh với các dự án tương tự theo số sao và mức độ hoạt động.
wechaty/go-wechaty viết bằng ngôn ngữ gì?
wechaty/go-wechaty chủ yếu viết bằng Go. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Đọc đầy đủ README ở tab phía trên.
go-wechaty có đáng để bạn bỏ thời gian?
ChatGPT, Claude và Perplexity đều đọc được trang này. Hỏi thử xem họ nghĩ gì về go-wechaty.