Skip to content

AlexWhiteCorp/spring-boot-telegram-bot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Telegram Bot Starter

About

Spring Boot starter for developing Telegram Bots in declarative approach.

How to use

  1. Add to your pom.xml:
<repositories>
    <repository>
        <id>spring-boot-telegram-bot-starter</id>
        <url>https://raw.githubusercontent.com/AlexWhiteCorp/spring-boot-telegram-bot-starter/mvn-repo/</url>
        <releases>
            <enabled>true</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>
  1. Add dependency
<dependency>
    <groupId>com.alexcorp.springspirit</groupId>
    <artifactId>spring-boot-telegram-bot-starter</artifactId>
    <version>${version}</version>
</dependency>

About

Spring Boot Starter for Telegram Bots developing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages