Richard Eriksson
Richard Eriksson
I just sent a support request to them asking how to tell if a message was posted by a bot integration. I did just get a `'bot_message'` but that was...
Yup, they asked if it was using the `as_user` flag, and I don't believe it is. When I hear more, I'll post it here.
It sounds like bot users have IDs that start with the letter B, so that's what I'll key on when messages come through. When I can steal a moment, that's...
I pushed the initial work I did, based on the information I got in the support request from Slack, to a branch called `is_bot-check`. I haven't tested it much, and...
It doesn't seem to happen when a person deletes a tweet or undoes a retweet.
This seems like it's related to having the bot invited to multiple channels. Having kicked it it out all but one channel, this hasn't cropped up again. I'll give it...
I'm currently getting around this by having two channels, one for the timeline, and another for posting. There may be an interest in doing away with the posting channel and...
I have something like this working in a dev version. It loads JSON files on each tweet, runs through the mute type (regex, phrase, keywords, account, and soon, app and...
This didn't work with flag emojis from Slack. I deleted the tweet that had it, but as an example, 🇮🇸 got posted to twitter as `:flag-is:`.
- https://github.com/terribly-lazy/slack-command-router - https://github.com/terribly-lazy/slack-command-server