https://github.com/griggsca91/no_hello_bot
Bot that tells you about www.nohello.com when you slack someone just "hello"
https://github.com/griggsca91/no_hello_bot
bot nohello rust slack
Last synced: 2 months ago
JSON representation
Bot that tells you about www.nohello.com when you slack someone just "hello"
- Host: GitHub
- URL: https://github.com/griggsca91/no_hello_bot
- Owner: griggsca91
- Created: 2022-07-30T01:56:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T12:20:51.000Z (about 2 years ago)
- Last Synced: 2025-07-29T14:42:49.759Z (11 months ago)
- Topics: bot, nohello, rust, slack
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# No Hello Bot
This bot will reply to a user with instructions to read `www.nohello.com` if they send a single slack message of any variation of a greeting.
## Usage
Create an environment variable `SLACK_BOT_TOKEN` with the token you get after configuring your bot on Slack.
Build the executable with Cargo and use `ngrok` to forward the webhook route so Slack can hit it.
## Is this ready for production?
No. Probably never will be.