https://github.com/vendelieu/telegram-bot_template
A repository that contains various examples of how to use the telegram-bot library.
https://github.com/vendelieu/telegram-bot_template
bot eu-vendeli-tgbot examples heroku kotlin samples spring spring-boot telegram telegram-bot telegram-bot-api template
Last synced: 5 months ago
JSON representation
A repository that contains various examples of how to use the telegram-bot library.
- Host: GitHub
- URL: https://github.com/vendelieu/telegram-bot_template
- Owner: vendelieu
- Created: 2022-09-05T14:39:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-16T13:20:11.000Z (5 months ago)
- Last Synced: 2026-01-17T03:51:14.854Z (5 months ago)
- Topics: bot, eu-vendeli-tgbot, examples, heroku, kotlin, samples, spring, spring-boot, telegram, telegram-bot, telegram-bot-api, template
- Language: Kotlin
- Homepage:
- Size: 1.2 MB
- Stars: 17
- Watchers: 0
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram-bot templates
This repository contains simple different examples of how to use
the [telegram-bot](https://github.com/vendelieu/telegram-bot) library.
# How to use
All the examples are conveniently located in different branches, so that you can immediately clone the right one and
start working with it.
You can select the master branch where the minimum example project is located, or you can use a suitable one in the
corresponding branch and start using it.
To clone only master branch use this command:
```
git clone -b master --single-branch https://github.com/vendelieu/telegram-bot_template.git
```
Then replace the word `BOT_TOKEN` with your token in `TgBotApplication.kt`
and just run your first bot with command:
```
./gradlew run
```
If you have any questions, you can see the [api documentation](https://vendelieu.github.io/telegram-bot/) or ask in
the [chat room](https://t.me/vennyTgBot).
### Acknowledgements
Thanks for choosing this library, I hope you find it handy and useful!
If you have any suggestions or feedback, I'll always be glad to help and listen to you :)