This repository contains several examples of simple bots which are using TelegramBotAPI
Go to file
InsanusMokrassar df874b0783 update up to 0.38.0 2022-01-02 01:06:04 +06:00
.github/workflows Create build.yml 2021-02-02 20:30:24 +06:00
FSMBot upgrade up to 0.37.0 2021-11-11 12:34:52 +06:00
FilesLoaderBot upgrade up to 0.37.0 2021-11-11 12:34:52 +06:00
ForwardInfoSenderBot upgrade up to 0.37.0 2021-11-11 12:34:52 +06:00
GetMeBot small actualizations 2021-08-25 15:58:27 +06:00
HelloBot update up to 0.37.3 2021-12-20 14:13:55 +06:00
RandomFileSenderBot upgrade up to 0.37.0 2021-11-11 12:34:52 +06:00
ResenderBot upgrade up to 0.37.0 2021-11-11 12:34:52 +06:00
SlotMachineDetectorBot small actualizations 2021-08-25 15:58:27 +06:00
gradle/wrapper update up to 0.38.0 2022-01-02 01:06:04 +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 update 2021-03-12 15:49:16 +06:00
gradle.properties update up to 0.38.0 2022-01-02 01:06:04 +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 add example with oneof and fsm 2021-06-30 13:12:15 +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)