This repository contains several examples of simple bots which are using TelegramBotAPI
Go to file
InsanusMokrassar 6f182c774c update tgbotapi version up to 0.30.12, update of readme 2021-01-06 00:01:41 +06:00
FilesLoaderBot update dependencies 2020-10-04 19:11:48 +06:00
ForwardInfoSenderBot update tgbotapi version up to 0.30.12, update of readme 2021-01-06 00:01:41 +06:00
GetMeBot update dependencies 2020-10-04 19:11:48 +06:00
HelloBot update tgbotapi version up to 0.30.12, update of readme 2021-01-06 00:01:41 +06:00
RandomFileSenderBot update dependencies 2020-10-04 19:11:48 +06:00
ResenderBot update 2020-11-21 20:22:11 +06:00
SlotMachineDetectorBot update and add SlotMachineDetectorBot 2020-11-02 22:35:28 +06:00
gradle/wrapper update 2020-11-18 12:35:45 +06:00
.gitignore complete forwarder bot exmple 2020-02-25 13:27:37 +06:00
.travis.yml add travis script 2020-02-25 13:43:02 +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 version and example of hello bot 2020-07-02 16:38:42 +06:00
gradle.properties update tgbotapi version up to 0.30.12, update of readme 2021-01-06 00:01:41 +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 rename forwarder bot 2020-11-02 22:44: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)