diff --git a/README.md b/README.md index 0c9ed95..b60b54b 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,16 @@ To have Tangerino punch your card, you just need to call it: $ orangino ``` +### Demo + +#### Punching in + +![Punching in](./assets/orangino-in.gif) + +#### Punching out + +![Punching in](./assets/orangino-out.gif) + ## Development directions ▶️ You will need: @@ -39,8 +49,7 @@ You will need: - Incoming webhooks - Bot - `chat:write` - - `incoming-webhook` - - `pins:read` + - `incoming-webhook` - `pins:read` - `pins:write` 2. Python version 3.5 up installed. 3. Rust's nightly version installed. diff --git a/assets/orangino-in.gif b/assets/orangino-in.gif new file mode 100644 index 0000000..6f1b3e8 Binary files /dev/null and b/assets/orangino-in.gif differ diff --git a/assets/orangino-out.gif b/assets/orangino-out.gif new file mode 100644 index 0000000..578d6fb Binary files /dev/null and b/assets/orangino-out.gif differ