mrkaye97 / slackr

An R package for sending messages from R to Slack
https://matthewrkaye.com/slackr/
Other
307 stars 85 forks source link

Hi, Can we send messages to slack and ask Claude(ai app) to answer? #193

Closed yuanqingye closed 11 months ago

yuanqingye commented 1 year ago

I successfully connected slack with my r terminal and typing: slackr('I want to talk with you Claude','@Claude')

I see my message in the webpage, but the claude didn't response to my message.

image

mrkaye97 commented 1 year ago

I think this will be resolved if you use slackr_msg instead of slackr

yuanqingye commented 1 year ago

I think this will be resolved if you use slackr_msg instead of slackr

Hi Thank you very much for the very quick reply

yes, the message is no longer in r-format

but the Claude app still not respond to me.

if I type in @Claude, the font is in blue, while the message sent by slackr_msg the @Claude is just what it is.

image

mrkaye97 commented 1 year ago

It looks to me like @claude isn't actually being tagged. I'll poke around a little bit in the API docs, but I'm not sure off the top of my head what's happening here. it might be that the API doesn't like tagging a bot much, but I'm not sure

yuanqingye commented 1 year ago

OK, Thank you, keep me informed if there is any intuitions you get from this issue

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.