Skip to content

sfera-labs/telegram-bot-api-lib

Repository files navigation

Telegram Bot API library

A simple java library implementing the Telegram Bot API

Before using this library, read this: https://core.telegram.org/bots

After you have created a bot and retrieved your token, you are ready to use this library.

To use it as Maven dependency:

<project>
    ...
    <repositories>
        ...
        <repository>
            <id>sfera-repo</id>
            <url>http://sfera.sferalabs.cc/mvn-repo</url>
        </repository>
        ...
    </repositories>
    ...
    <dependencies>
        ...
        <dependency>
            <groupId>cc.sferalabs.libs</groupId>
            <artifactId>telegram-bot</artifactId>
            <version>1.0.0</version>
        </dependency>
        ...
    </dependencies>
    ...
</project>

About

A simple java library implementing the Telegram Bot API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages