Slack Client
-
@vladest Well, it depends on how you define workspace. Using the official slack API it is necessary to create a "slack app" in a workspace you want to connect to. With the app token, you will then be able to log into the slack RT API and the Web API into this workspace. You cannot switch workspaces to have a general client to connect to different workspaces the slack app is bound to the workspace it is created for.
-
I did some hacking today on Slaq to see if I could get it running on Ubuntu Touch. I was able to get it to run in
clickable desktop
, but it crashes almost immediately on a phone. I pushed up my changes to https://github.com/bhdouglass/slaq if any one wants to take a crack at it (warning, it's super hacky!). On the desktop I was able to login by manually setting the tokens in here: https://github.com/bhdouglass/slaq/blob/master/qml/dialogs/WebLoginDialog.qml#L80 -
@bhdouglass Cool! But does it use their services API or the real client API? As far as I could see only the services API is made public, so to write bots and such stuff.
-
That is a good question, it does some hackery to get the login tokens so maybe not the services api.