jc

Results 10 comments of jc

There is a dependency problem: ``` Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for semako/phpws 1.0.1 -> satisfiable by semako/phpws[1.0.1]....

Hello, Thank you for reporting this issue. I think we should listen for the "team_migration_started" event and if it occurs, call the Bot::run() method again so the bot will reconnect....

Hello Michael, Thank you for this script. This is very much appreciated and I am sure this will be useful for people who encounter this problem.

Instead of throwing an exception, I think it would be better to check periodically (using a react loop timer) if the bot is still online and re-connect automatically. To detect...

Yes, there is a problem with the documentation about this. Please see https://github.com/slackhq/slack-api-docs/issues/32 You can only use `http://example.com` to send a link with RTM. In https://api.slack.com/rtm > The RTM API...

No, he can't. This bot only uses the RTM api at the moment https://api.slack.com/rtm > The RTM API only supports posting simple messages formatted using our default message formatting mode....

The issue is still open but unfortunately I don't have time to work on this at the moment.

Hi, Yes, you can trigger events with webhooks. https://github.com/jclg/php-slack-bot/blob/master/README.md#incoming-webhooks Enable the bot webserver, then send a HTTP request from you application (using curl for example) to the bot webserver.

Hello David, I am glad you like it. If you want the bot to respond to a user by direct message from a command typed in a public channel, you...

Unfortunately the project is not complete and lacks the support for API methods like im.open. Contributions are more than welcome so feel free to open a pull request for this...