Skip to content

mahuidong/EchoMan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

EchoMan

Usage:

// 

//login and sign

Robot baiduRobot = Robots.newRobot(RobotType);
baiduRobot
.setAccount(account)
.setPassword(password)
.login()
.sign();

// reply thread
baiduRobot.replyThread(threadid, content);

// QQ group sign
qqRobot.bachGroupSign();

// do sth with the logined http connection
LoginedHttpClient httpClient = baiduRobot.getHttpClient();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.5%
  • Java 48.5%