Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.44 KB

Minegram - Telegram Bot API implementation to Minecraft Servers

This API is a unofficial one. Lets you develop Telegram Bots easily to Bukkit Plugins! Check Telegram Bot API for more info.

Project Version Project Status

Documentation and Usage

Check Minegram documentation.

Maven Usage

If you want use Minegram as a Maven Dependency simply add repo and artifact:

<repository>
	<id>cadiducho-repo</id>
    <url>http://repo.cadiducho.com/</url>
</repository>
...
<dependency>
    <groupId>com.cadiducho</groupId>
    <artifactId>Minegram</artifactId>
    <version>1.6</version>
</dependency>

License

This project is released under the MIT-License.

This project is is highly inspired on Irazasyed's Telegram Bot API - PHP SDK and Rainu's telegram-bot-api, but this one is written from scratch.

© 2017 Cadiducho