Ram

Results 118 comments of Ram

No, you don't need to release your bot as a slack app for the public. If you're releasing it to the public then, of course, you need to specify the...

Yes, you're right. I have two keys and have two instances of JBot (separate bots).

If you want to use the same bot across workspaces then you have to make a slack app first and then add a bot integration to it. This is enough...

See this example for conversation: ``` /** * Conversation feature of JBot. This method is the starting point of the conversation (as it * calls {@link Bot#startConversation(Event, String)} within it....

hey sorry for not getting back to this earlier. I missed it somehow. Can you share me the link to the slack api where it says `short` instead of `short_enough`?...

Hi, I think Slack doesn't support RichMessage in RTM api but supports via its web api. You can see `SlackSlashCommand.java` inside `jbot-example` to get an idea on how to use...

Yes @rahulsom, that would be nice. I shall work on the web api feature later as I am finding it hard to take out time for this now. Having said...

This is really a helpful PR, will review & merge it tomorrow. Thanks a lot for contributing. 👍

Hi @maciejwalkowiak, I was reviewing the PR today and while running your code for facebook bot, I got the below error: ```java java.lang.reflect.InvocationTargetException: null at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_74] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...

@maciejwalkowiak sure I would be looking into it but just that you know the exception is not facebook related. It is with the new version of spring. Maybe spring has...