Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/io-sgr/telegram-bot
A java library which help you build Telegram Bots in a fashion way.
https://github.com/io-sgr/telegram-bot
java telegram telegram-bot telegram-bot-api
Last synced: about 2 months ago
JSON representation
A java library which help you build Telegram Bots in a fashion way.
- Host: GitHub
- URL: https://github.com/io-sgr/telegram-bot
- Owner: io-sgr
- License: apache-2.0
- Created: 2017-04-28T08:18:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T14:59:21.000Z (almost 5 years ago)
- Last Synced: 2023-08-19T00:49:37.444Z (over 1 year ago)
- Topics: java, telegram, telegram-bot, telegram-bot-api
- Language: Java
- Homepage:
- Size: 470 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram Bot Library
[![Build Status](https://travis-ci.org/io-sgr/telegram-bot.svg?branch=master)](https://travis-ci.org/io-sgr/telegram-bot) [![codecov](https://codecov.io/gh/io-sgr/telegram-bot/branch/master/graph/badge.svg)](https://codecov.io/gh/io-sgr/telegram-bot)A java library which help you build Telegram Bots in a fashion way.
*Read this in other languages: [English](README.md), [简体中文](README.zh-cn.md).*
## How to Use
Include following dependency in your `pom.xml`
```xmlio.sgr.telegram
telegram-bot.engine
1.1.1```
Gradle is similar, I'm pretty sure you will know what to do.## Examples
We have several examples:
* [Java Application Based Telegram Bot](examples/hello/README.md).
* [Spring Boot Based Telegram Bot (Webhook)](examples/spring-webhook/README.md).
* [Spring Boot Based Telegram Bot (CLI)](examples/spring-cli/README.md).## License
Copyright 2017-2020 SgrAlpha
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.