Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/savely-krasovsky/go-chatwars-api

Golang API Wrapper for Chat Wars Telegram MMORPG game
https://github.com/savely-krasovsky/go-chatwars-api

amqp api api-wrapper chatwars telegram

Last synced: about 8 hours ago
JSON representation

Golang API Wrapper for Chat Wars Telegram MMORPG game

Awesome Lists containing this project

README

        

# go-chatwars-api
[![GoDoc](https://godoc.org/github.com/L11R/go-chatwars-api?status.svg)](https://godoc.org/github.com/L11R/go-chatwars-api)

Golang API Wrapper for [Chat Wars](https://telegram.me/chtwrsbot?start=979a3c77aed04054b0d5e282114d9555) Telegram MMORPG game. Contains full realization of Chat Wars [API v0.10.0](https://l11r.github.io/chatwars-api-docs/)

Based on AMQP, so you need to code reactive, but almost all method have sync-version analogs. Fan-out Exchange Routing Keys are also supported.

Examples and other info you can read at [GoDoc](https://godoc.org/github.com/L11R/go-chatwars-api).

### Feel free to contribute!