slackbridge icon indicating copy to clipboard operation
slackbridge copied to clipboard

Bridging Slack.com #channels between companies

Results 9 slackbridge issues
Sort by recently updated
recently updated
newest added

I got everything working correctly, however the display name of the users in the other workspace is being displayed as their "name" (as it's called in the API), not their...

I am in search of debugging advice. I just installed the project yesterday and it looked like a perfect solution for my situation. Shortly I setup bots on both workspace,...

I thought I documented it already.. is not immediately obvious to me. Also update TODO.

Turns out we *can* handle file uploads in a fairly reasonable manner: - the file is posted as: ``` Handle POST: /outgoing, FieldStorage(None, None, [ MiniFieldStorage('token', 'O3xxx'), MiniFieldStorage('team_id', 'T0xxx'), MiniFieldStorage('team_domain',...

Reticketed from https://github.com/ossobv/slackbridge/issues/10#issuecomment-317416030 (I had related questions) Curious your thoughts on this! Do you think that goal (simpler config) might involve web api anyhow? the thinking being that config could...

The Slack Web API _does_ allow apps to write messages as_user, but it's a little tricky: https://codexample.org/questions/417349/is-it-possible-to-post-to-chat-postmessage-as-any-user-in-a-slack-team.c#answer-880240 Using Web API would allow: - Sending reactions across bridge (would require asking...

Right now, the cached data is cached for the lifetime of the app instance. We should limit channel-name and user-name cache to 24hrs or something.

Realized mail is being sent via smtplib, which won't work on heroku