-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How exactly can I interact with Kassy? #77
Comments
Not a stupid question at all, it hasn't been extensively documented how to interact with it because it is different on every platform you use it with. I'll go over the entire setup and interaction from the beginning in case it helps someone else at some other point:
Note: due to potential feedback loops, on Facebook it is not possible for the user Concierge is logged in as to send commands to the bot. |
That has resolved my issue. Thanks for the detailed answer :) |
I've got til the last step, I get log info like "info Got answer in 9226 I tried the commands |
@kotAPI make sure the bot is running on a different account. If the bot account is open elsewhere as well (or being used by another user), it will not respond because all new message notifications are being |
I'll check it out on a different account. I also tried running the |
@kotAPI In test mode, after it says it has started up, you type your commands directly into the console and responses will be printed there (if appropriate). |
@mrkno In test mode I am able to get response. But when i test facebook or slack it logins successfully but commands are not responding. Please let me know if I am doing anything wroing, I have gone through entire docs and almost each issues on github for finding this |
@anuragmishra1 , as @ParasDPain said, you need to make sure you are not logged in via browser on the account you are running Kassy on. Try running the commands from a different account. kassy must run and be open only on your node. I had the same problem when I started out with Kassy, communicating from a different account solved it. It's probably how it's built. |
@anuragmishra1 the reasoning behind @kotAPI said about being logged in on the same account as you are using it from is detailed at the end of #77 (comment) If we allowed the account that was sending the messages to also reply to them it would be possible to end up in an infinite loop. For example the command I've added something to the end of the Facebook and Skype documentation to make this a bit clearer. On a side note: a bug upstream in facebook-chat-api won't be helping if you are testing there. This issue here gives more details and how to work around for now until the NPM module is updated. |
This might sound like a stupid question but I'm quite the newbie and the Readme.md is very general and short.
I've set-up and got Kassy integrated with facebook. Now it just outputs "info Got answer in " I can't get it to message people or respond to their messages on Facebook, nor can I call in any commands via the CLI (which is obvious) but I'd really appreciate any help on how to get it to respond.
I'll be using Kassy to play Chess on Messenger via the @fbchess bot on Facebook using the SharpChess AI
Thanks
The text was updated successfully, but these errors were encountered: