An API for making Telegram bots easily on java.
This project is still quite raw and is only published due to me editing it quite rarely. Made it for myself to make personal bots more easily.
maven {
url 'https://jitpack.io'
}
dependencies {
implementation 'com.github.starobot:StaroBotAPI:2.2
}
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.starobot</groupId>
<artifactId>StaroBotAPI</artifactId>
<version>2.2</version>
</dependency>
Current TODO list:
Rework the Inline handling withing commandsMake a factory for commands.Speed up the event handling system- Provide a complete documentation for the API with an example of a bot.
Fix permissions for commandsInvestigate event system