opensourcehacker / sevabot

A Skype bot supporting integration with external services
http://sevabot-skype-bot.readthedocs.org/
566 stars 121 forks source link

Group chat is missing on the chat list #80

Open tmurawski opened 9 years ago

tmurawski commented 9 years ago

Hi, I cant see a group chat on the chats list. There are only 1on1 chats. How can I enable group chat to use a bot functionality?

tc0nn commented 9 years ago

I think the older versions of Skype are no longer being supported. My existing groups work fine, but when I try to create a new group I get:

needs to update Skype to participate in this chat. Help by sending them to http://www.skype.com/updateme. Mac Skype Version 6.18 (485) On Jul 16, 2014, at 9:42 AM, Tomasz Murawski notifications@github.com wrote: > Hi, > I cant see a group chat on the chats list. There are only 1on1 chats. How can I enable group chat to use a bot functionality? > > — > Reply to this email directly or view it on GitHub.
tmurawski commented 9 years ago

I have the newest Skype $ skype -v Skype 4.3.0.37 © 2014 Skype and/or Microsoft

miohtama commented 9 years ago

Related: https://github.com/awahlig/skype4py/issues/34

mypasswordisqwerty commented 9 years ago

Hi. We have a solution. http://github.com/mypasswordisqwerty/skypedb4py Module made just for tests. It has many bugs and will not be supported. But there is an idea in it: Idea is to write message directly into skype database and make skype to send it. So we have two skype instances in different paths. First instance is always running and read-only. After reading and processing message from first db, it writes answer to second db, starts second skype instance, waits for message delivery and kills second instance.