Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubenlagus/TelegramBots
Java library to create bots using Telegram Bots API
https://github.com/rubenlagus/TelegramBots
java java-library jitpack maven polling spring-boot telegram telegram-bot telegram-bots-api webhook
Last synced: about 2 months ago
JSON representation
Java library to create bots using Telegram Bots API
- Host: GitHub
- URL: https://github.com/rubenlagus/TelegramBots
- Owner: rubenlagus
- License: mit
- Created: 2016-01-14T00:13:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T17:00:25.000Z (4 months ago)
- Last Synced: 2024-10-28T18:21:01.323Z (about 2 months ago)
- Topics: java, java-library, jitpack, maven, polling, spring-boot, telegram, telegram-bot, telegram-bots-api, webhook
- Language: Java
- Homepage: https://telegram.me/JavaBotsApi
- Size: 3.23 MB
- Stars: 4,739
- Watchers: 168
- Forks: 1,212
- Open Issues: 174
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-telegram - TelegramBots
- awesome-telegram - TelegramBots
- awesome-telegram - TelegramBots
README
# Telegram Bot Java Library
[![Telegram](/TelegramBots.svg)](https://telegram.me/JavaBotsApi)[![Build Status](https://travis-ci.org/rubenlagus/TelegramBots.svg?branch=master)](https://travis-ci.org/rubenlagus/TelegramBots)
[![Jitpack](https://jitpack.io/v/rubenlagus/TelegramBots.svg)](https://jitpack.io/#rubenlagus/TelegramBots)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.telegram/telegrambots-meta/badge.svg)](http://mvnrepository.com/artifact/org.telegram/telegrambots)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/rubenlagus/TelegramBots/blob/master/LICENSE)A simple to use library to create Telegram Bots in Java
## Contributions
Feel free to fork this project, work on it and then make a pull request against **DEV** branch. 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 recommend long polling method.## Usage
For more information, check our [documentation](https://rubenlagus.github.io/TelegramBotsDocumentation/telegram-bots.html)
## Example bots
Open them and send them */help* command to get some information about their capabilities:https://telegram.me/weatherbot (**Use custom keyboards**)
https://telegram.me/directionsbot (**Basic messages**)
https://telegram.me/filesbot (**Send files by file_id**)
https://telegram.me/TGlanguagesbot (**Send files uploding them**)
https://telegram.me/RaeBot (**Inline support**)
https://telegram.me/SnowcrashBot (**Webhook support**)
You can see code for those bots at [TelegramBotsExample](https://github.com/rubenlagus/TelegramBotsExample) project.
## Telegram Bot API
This library use [Telegram bot API](https://core.telegram.org/bots), you can find more information following the link.## Questions or Suggestions
Feel free to create issues [here](https://github.com/rubenlagus/TelegramBots/issues) as you need or join the [chat](https://telegram.me/JavaBotsApi)## Powered by Intellij and DigitalOcean
## License
MIT LicenseCopyright (c) 2016 Ruben Bermudez
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.