https://github.com/insanusmokrassar/telegrambotapi-examples
This repository contains several examples of simple bots which are using TelegramBotAPI
https://github.com/insanusmokrassar/telegrambotapi-examples
dev-inmo-tgbotapi dev-inmo-tgbotapi-examples example-project examples ktgbotapi telegram-bot-api
Last synced: 5 months ago
JSON representation
This repository contains several examples of simple bots which are using TelegramBotAPI
- Host: GitHub
- URL: https://github.com/insanusmokrassar/telegrambotapi-examples
- Owner: InsanusMokrassar
- License: mit
- Created: 2020-02-25T06:51:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:30:07.000Z (7 months ago)
- Last Synced: 2024-10-29T09:50:46.348Z (7 months ago)
- Topics: dev-inmo-tgbotapi, dev-inmo-tgbotapi-examples, example-project, examples, ktgbotapi, telegram-bot-api
- Language: Kotlin
- Homepage:
- Size: 520 KB
- Stars: 45
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TelegramBotAPI-examples
This repository contains several examples of simple bots which are using TelegramBotAPI
## How to use this repository
***TO RUN NATIVE TARGETS ON LINUX YOU SHOULD INSTALL CURL LIBRARY. FOR EXAMPLE: `sudo apt install libcurl4-gnutls-dev`***
This repository contains several important things:
* Example subprojects
* Commits
* Structure### Example subproject
Each example subproject contains information about how to run this example and what is it
doing. Usually, it is some simple thing like sending "hello" message to the user which
wrote to the bot.### Commits
Commits can contains some things like migration onto new version (especially it is actual
for major version changes), updates according to the new features in versions and
different other things which usually more important in context of history or changes
between library version### Structure
Structure of this repository fully representative (it is the reason why this repo
contains multiplatform subprojects) and you can use it as some template (but I am strongly
recommend you to use my
[TelegramBot template](https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template) or
[Multiplatform Project template](https://github.com/InsanusMokrassar/KotlinMultiplatformProjectTemplate))