joaoricardo000 / whatsapp-bot-seed

A small python framework to create a whatsapp bot, with regex-callback message routing.
727 stars 245 forks source link

Status message #20

Closed luking-dev closed 8 years ago

luking-dev commented 8 years ago

How can I set an status message when server starts?

joaoricardo000 commented 8 years ago

Check out the yowsup lib. All messages are implemented there, and most of it you can use with the console. https://github.com/tgalal/yowsup/wiki/yowsup-cli-2.0

Right now the bot does not handle this kind of messages.

x23piracy commented 8 years ago

Hi,

well while the bot cannot handle this actualy is it possible to configure yowsup itself with the same credentials your bot is using while both the bot and yowsup is used together? afaik there can be only one client online at the same time with same credentials. Else we may risk our account?!