From 13836c8c6044912b1de2e743263854ef74d9578e Mon Sep 17 00:00:00 2001 From: Rubenlagus Date: Tue, 31 May 2016 21:41:06 +0200 Subject: [PATCH] 1. Update readme --- README.md | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 1b9d5d3..3d61754 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,18 @@ # Telegram Bot Java Library -A simple to use library to create Telegram Bots in Java (Still Beta Version) +[![Build Status](https://travis-ci.org/rubenlagus/TelegramBotsExample.svg?branch=master)](https://travis-ci.org/rubenlagus/TelegramBotsExample) +[![Telegram](http://trellobot.doomdns.org/telegrambadge.svg)](https://telegram.me/JavaBotsApi) + +Samples for [TelegramBots](https://github.com/rubenlagus/TelegramBots) library ## Translations Bots are now supporting multilanguage. If you want to add your own, feel free to translate at [transifex](https://www.transifex.com/projects/p/telegrambots/) ## Contributions -Feel free to fork this project, work on it and then make a pull request. Most of the times I will accept them if they add something valuable to the code. - -Please, **DO NOT PUSH ANY TOKEN OR API KEY**, I will never accept a pull request with that content. - -## Webhooks vs GetUpdates -Both ways are supported (but I still didn't tested webhooks). To change between them, just go to *BuildVars.java* and change variable *useWebHook* value. - -I recommend using getUpdates methods. Webhooks a bit less trustful +Feel free to fork this project, work on it and then make a pull request agains **dev** branch. -## Example bots -Open them and send them */help* command to get some information about their capabilities: +Most of the times I will accept them if they add something valuable to the code. -https://telegram.me/weatherbot - -https://telegram.me/directionsbot - -https://telegram.me/filesbot - -https://telegram.me/TGlanguagesbot +Please, **DO NOT PUSH ANY TOKEN OR API KEY**, I will never accept a pull request with that content. ## Telegram Bot API This library use [Telegram bot API](https://core.telegram.org/bots), you can find more information following the link.