Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 387 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 387 Bytes

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();