pigeon-box
replbot
pigeon-box | replbot | |
---|---|---|
2 | 7 | |
1 | 208 | |
- | 2.4% | |
7.9 | 0.0 | |
7 months ago | over 3 years ago | |
Go | Go | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pigeon-box
-
Show HN: Pigeon Box – Open-source encrypted chat for Slack users
I've built several prototypes, but most were either too hard to use or missed the point by sending decrypted data back to Slack.
The last one stuck, being a mix of self-hosted browser chat and a Slack bot, where slack is used only for chat init and ott delivery. The user flow is easy to understand (even for tech challenged people), it checked off a handful of security boxes, and it's fairly cheap to run and maintain (golang + htmx and alpine for rendering and ui fluff).
Yesterday someone disclosed the Slack private chat LLM leak/vulnerability and it felt like the perfect time to release the project to the public.
You'll find the repo here https://github.com/nikola-susa/pigeon-box
replbot
-
Slacktyping: I'm typing when you're typing
Since we're talking about stupid Slack bots, I feel compelled to mention my stupid bot:
REPLbot [1] is a Slack/Discord bot for running interactive REPLs and shells from a chat.
It is fun and marginally useful. It supports sharing your own terminal in Slack too.
[1] https://github.com/binwiederhier/replbot
-
Slack/Discord bot for running interactive REPLs and shells from a chat
Howdy folks, I thought you'd like this. It's open source and available at https://github.com/binwiederhier/replbot, licensed under the Apache 2.0 License
While remote access is a possibility, the main point of the project at least for me was to provide a REPL for PHP, NodeJS, Ruby or Scala or whatever, so you can learn/teach in your company's language-specific Discord/Slack channel. I can see how people thought the main reason was remote access, since the demo video was Ubuntu. Check out the other screenshots and videos in the README or the script dir: https://github.com/binwiederhier/replbot/tree/main/config/script.d
- Show HN: Slack/Discord bot for running interactive REPLs and shells from a chat
What are some alternatives?
slack-bot - Ready to use Slack bot for lazy developers: start Jenkins jobs, watch Jira tickets, watch pull requests with AI support...
gore - Yet another Go REPL that works nicely. Featured with line editing, code completion, and more.
botmand - Inetd for Slack Bots
WhatsAppToDiscord - WhatsAppToDiscord is a Discord bot that uses WhatsApp Web as a bridge between Discord and WhatsApp.
go-slack-event-router - Slack Event Router
trenchman - A standalone nREPL/prepl client written in Go and heavily inspired by Grenchman