Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

danbai225/WeChatFerry-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeChatFerry-go

WeChatFerry golang client

Usage

package main

import (
	"github.com/danbai225/WeChatFerry-go/wcf"
)

func main() {
	c, err := wcf.NewWCF("")
	if err != nil {
		panic(err)
	}
	println(c.IsLogin())
}

About

WeChatFerry golang client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages