GitBot Monkey was created to enter the Smart Pension Winter Hackathon.
The code is designed to run on a Raspberry PI and is written in Typescript and supports the following functionality:
-
Github Webhook integration.
-
Slack Webhook integration.
-
Image capture with camera and posting to Slack
-
Text to speach
-
Playing mp3 files
-
Flashing Eyes
-
Operating a relay to activate toy.
# install typescript
$ sudo npm install -g typescript
# install espeak
$ sudo apt-get install espeak
# download ngrok
$ ./ngrok authtoken <token>
# start ngrok
$ ./ngrok http 4567