From 13dfc6336eb53d709daf07b821521d922037bbab Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 15 Apr 2016 16:23:43 +0200 Subject: [PATCH] Update README.md --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6cc6e1..fea1cdc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ # captionbot-clients -This repo will contain Captionbot.ai API clients in various programming languages. +This repo contains Captionbot.ai API clients in various programming languages. + +## Telegram bot client +The telegram bot client was created by @topkecleon, Juan Potato (@awkward_potato), Lorenzo Santina (BigNerd95) and Daniil Gentili and is public domain. +It makes use of JSON.sh (http://github.com/dominictarr/./JSON.sh), which is MIT-Apache licensed, +of the bash client, which is licensed under the terms of GPLv3, +and of tmux, which is BSD-licensed. + +To run it open https://telegram.me/caption_ai_bot + +## Bash client +The bash client was created by Daniil Gentili and is licensed under the terms of GPLv3 and makes use of JSON.sh (http://github.com/dominictarr/./JSON.sh), which is MIT-Apache licensed. +To run the bash client execute the following commands: + +```bash +git clone https://github.com/danog/captionbot-clients/ # To clone the repo +cd captionbot-clients +./captionbot.sh +``` + +This will output the following text: +``` +captionbot.ai api client. +This script will try to recognize the content of any image you give him using Microsoft's captionbot.ai website api. + +Usage: ./captionbot.sh file +or +Usage: ./captionbot.sh url +``` +Here follow the instructions :) + +Daniil Gentili