Skip to content

Teleight/TeleightBots

Repository files navigation

🤖 TeleightBots

Java Version License API Version

TeleightBots is a lightweight, high-performance, easy to use Java Telegram Bot API wrapper.

📚 Documentation

Important

If you're new to bot creation, start with the Official Telegram Bots Documentation to understand the basics.

An example of how to use the TeleightBots library is available here.

💻 Quick start

Gradle (kotlin)

dependencies {
    implementation("org.teleight:TeleightBots:VERSION") // Replace VERSION with the latest version
}

Gradle (groovy)

dependencies {
    implementation 'org.teleight:TeleightBots:VERSION' // Replace VERSION with the latest version
}

Maven

<dependencies>
    <dependency>
        <groupId>org.teleight</groupId>
        <artifactId>TeleightBots</artifactId>
        <version>VERSION</version> <!-- Replace VERSION with the latest version -->
    </dependency>
</dependencies>

Make sure to replace VERSION with the latest version of the library.

📄 License

                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

This project is licensed under the GNU General Public License v3.0. All contributions are accepted under the same license.

🤝 Contributing

Want to contribute? Feel free to fork this repository and create a pull request with your changes. Please ensure you follow the Contribution Guidelines before creating a pull request.

⭐️ Star History

Give this repository a star to support the development!

Star History Chart

About

New Java library to easily create Telegram Bots

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages