Skip to content

sergeylukichev/TeleBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot as SpringBoot starter app

You have to change the the config values for bot.token and bot.username in the application.yml to the credentials of your bot and then you're ready to go.

To start in Docker container, first build the image:

docker build -t bot .

then run:

docker run --rm -it bot:latest

About

Sample Telegram bot as SpringBoot app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published