Browse Source

1. Update readme

master
Rubenlagus 10 years ago
parent
commit
13836c8c60
  1. 25
      README.md

25
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.

Loading…
Cancel
Save