Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/savely-krasovsky/go-chatwars-api
- Owner: savely-krasovsky
- License: mit
- Created: 2018-04-28T17:59:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T11:17:30.000Z (about 3 years ago)
- Last Synced: 2024-06-20T11:14:11.688Z (5 months ago)
- Topics: amqp, api, api-wrapper, chatwars, telegram
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 11
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!