Skip to content

Cadiducho/Minegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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