instatushq / out

Monitor services in your menu bar
https://instatus.com/out
MIT License
161 stars 13 forks source link

What about Slack? #4

Closed callmehanu closed 3 years ago

callmehanu commented 3 years ago

I search it many times but I don't find slack on the list! 😐 https://status.slack.com/

alisalahio commented 3 years ago

They're using their own status service I think, so we'll need to have a custom implementation for it!

I know I used Slack specifically for the marketing video, but I didn't notice it's not really included, so I'm sorry for that..

Will be working on it soon!

nblackburn commented 3 years ago

@alisalahio Happy to take this now if you like?

alisalahio commented 3 years ago

That would be awesome! They don't have an API, but here's stts implementation, it could help lol

https://github.com/inket/stts/blob/master/stts/Services/Slack.swift

nblackburn commented 3 years ago

@alisalahio They do in fact have an API and I have it more or less implemented. Just doing some tests before send it across to you.

https://api.slack.com/docs/slack-status

alisalahio commented 3 years ago

Oh how did you discover this!! Thank you 🔥🔥

nblackburn commented 3 years ago

@alisalahio I have worked with Slack's API's in the past so know about it from digging around in the documentation.