From fcef86d441f83a123e9d53b4970f129badf8348d Mon Sep 17 00:00:00 2001 From: Cadey Dodrill Date: Sun, 29 May 2016 11:43:42 -0700 Subject: [PATCH] initial commit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..93932a9 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +tbotd +===== + +Allows you to connect an IRC bot to a Telegram group or groups by translating +between Telegram bot API calls and IRC client protocol traffic. + +Usage +----- + +1. Compile and run +2. Connect with the server password being the bot API token +3. `/ASSOCIATE ` +4. Chat + +--- + +For support please open a github issue.