Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T12:20:51.000Z (11 months ago)
- Last Synced: 2024-11-12T12:22:14.103Z (3 months ago)
- Topics: bot, nohello, rust, slack
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- 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.