mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-26 07:25:51 +03:00
[GH-ISSUE #961] Wishlist: Stack Overflow / Stack Exchange chat integration #675
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#675
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tripleee on GitHub (Feb 12, 2024).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/961
Stack Overflow has a chat component which is entirely web-based. There are libraries for sending messages from Java, Python etc etc so it should not be inordinately hard to create.
If you are fine with Python, I'll be eager to help.
Examples from the chat bot I'm now adding to Healthchecks.io: https://chat.stackoverflow.com/rooms/233626/sloshy-the-thawman; the code base uses https://github.com/Manishearth/ChatExchange to connect from a simple Python script.
You need a Stack Overflow account (or other Stack Exchange site, for the other chat server) with at least 30 reputation points to speak in chat. I suppose having a single chat user for Healthchecks.io would make the most sense. Let me know if you want me to donate one; I have a spare one I don't use currently.
@cuu508 commented on GitHub (Feb 13, 2024):
From Stackoverflow Chat FAQ (emphasis mine):
It doesn't seem Stackoverflow chat is intended for posting monitoring notifications.