From f41cc8134aa999ca703c2b5945229d11298ef60b Mon Sep 17 00:00:00 2001 From: pieter Date: Sat, 25 Jul 2015 21:41:19 +0200 Subject: [PATCH] Added split_string to apihelper.py Added a warning to send_message to not exceed 5000 characters per message. Changed send_message to use HTTP POST instead of GET, to stretch the maximum character limit a little more. And added build status to README for fun. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a2fdc5..ee54c63 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A Python implementation for the Telegram Bot API. See [https://core.telegram.org/bots/api](https://core.telegram.org/bots/api) +[![Build Status](https://travis-ci.org/eternnoir/pyTelegramBotAPI.svg?branch=master)](https://travis-ci.org/eternnoir/pyTelegramBotAPI) + ## How to install Python 2 or Python 3 is required.