https://github.com/copperlight/huggsy
A silly Slack chatbot built on AWS Lambda, with GitHub Actions deployment.
https://github.com/copperlight/huggsy
Last synced: about 1 year ago
JSON representation
A silly Slack chatbot built on AWS Lambda, with GitHub Actions deployment.
- Host: GitHub
- URL: https://github.com/copperlight/huggsy
- Owner: copperlight
- License: apache-2.0
- Created: 2022-05-01T00:45:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T07:01:30.000Z (about 4 years ago)
- Last Synced: 2025-06-03T14:33:06.821Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 562 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/copperlight/huggsy/actions/workflows/release.yml)
# huggsy
Hi, I'm Huggsy, your penguin pal! If you summon me by name, I know how to do a few tricks:
- `help | tell me more` - Display this message. I can be helpful.
- `cat` - One cat fact, one cat image. Meow.
- `dad joke | tell me a joke` - My best attempt at Dad joke humor.
- `roll` - Roll two dice. Are we Vegas yet?
- `wow | owen` - What does the Owen Wilson say?
Example:
```
copperlight:black_cat: 9:22 PM
@Huggsy dad joke
HuggsyAPP 9:22 PM
Where did Captain Hook get his hook? From a second hand store.
```
See [configuration](./docs/configuration.md) docs for details on how this all fits together.
## Local Development
```shell
make setup-venv
make install-deps
make
```