This repository contains several examples of simple bots which are using TelegramBotAPI
Go to file
InsanusMokrassar 9cf8bd9f28 migration onto 2.1.1 2022-06-26 13:03:52 +06:00
.github/workflows update xmx for builds 2022-05-12 16:47:46 +06:00
FSMBot migration onto 2.1.1 2022-06-26 13:03:52 +06:00
FilesLoaderBot checked 2.1.0 and Bot API 6.1 + update several examples 2022-06-21 19:45:24 +06:00
ForwardInfoSenderBot checked 2.1.0 and Bot API 6.1 + update several examples 2022-06-21 19:45:24 +06:00
GetMeBot 1.0.0 migration preview 2022-05-11 00:23:14 +06:00
HelloBot migration onto 2.1.1 2022-06-26 13:03:52 +06:00
KeyboardsBot migration onto 2.1.1 2022-06-26 13:03:52 +06:00
RandomFileSenderBot migration onto 2.1.1 2022-06-26 13:03:52 +06:00
ResenderBot migration onto 2.1.1 2022-06-26 13:03:52 +06:00
SlotMachineDetectorBot migration onto 2.1.1 2022-06-26 13:03:52 +06:00
WebApp checked 2.1.0 and Bot API 6.1 + update several examples 2022-06-21 19:45:24 +06:00
gradle/wrapper add keyboards and update tgbotapi up to 0.38.12 2022-04-09 12:20:35 +06:00
.gitignore update up to 0.38.0 2022-01-02 01:06:04 +06:00
LICENSE Initial commit 2020-02-25 12:51:49 +06:00
README.md update tgbotapi version up to 0.30.12, update of readme 2021-01-06 00:01:41 +06:00
build.gradle add support of data checking in webapp 2022-05-17 18:58:43 +06:00
gradle.properties migration onto 2.1.1 2022-06-26 13:03:52 +06:00
gradlew complete forwarder bot exmple 2020-02-25 13:27:37 +06:00
gradlew.bat complete forwarder bot exmple 2020-02-25 13:27:37 +06:00
renovate.json Add renovate.json 2020-08-12 20:20:42 +00:00
settings.gradle update tgbotapi and add webapps example 2022-04-29 20:57:16 +06:00

README.md

TelegramBotAPI-examples

This repository contains several examples of simple bots which are using TelegramBotAPI

How to use this repository

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 or Multiplatform Project template)