Skip to content

Commit 3c4b949

Browse files
author
Olaf
authored
Update README.md
1 parent de85ca4 commit 3c4b949

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This is a lightweight server and client which will enable you to run shell comma
44

55
## Inspiration
66

7-
This project was created as a hobby project for may 4th (star wars day) which would enable a slack command in the office to have a cardboard r2d2 (with raspberri pi) to express it in r2-d2 speak.
7+
This project was created as a hobby project for May 4th (StarWars day) which would enable a slack command in the office to have a cardboard r2d2 (with raspberry pi) to express it in r2-d2 speak. I used this python script https://github.com/hug33k/PyTalk-R2D2 for the r2-d2 sounds.
88

9-
After checking out this open-source repo https://github.com/adnanh/webhook I've decided the architecture was not actually what I wanted. I was looking for a central service for webhooks, and clients would be able to register and configure themselves. For communication between server and client I decided to go for socketio instead of some push/pull setup.
9+
After checking out this open-source project https://github.com/adnanh/webhook I'd decided the architecture was not actually what I wanted. I was looking for a central service which would consume the webhooks, and clients would be able to register and configure themselves and respond to the webhook requests. For communication between server and client I decided to go for socketio.
1010

1111
Since it's actually a useful tool for automation and deployments, I've decided to open-source it.
1212

0 commit comments

Comments
 (0)