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 1 year 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T11:17:30.000Z (almost 5 years ago)
- Last Synced: 2025-04-12T03:14:31.077Z (about 1 year ago)
- Topics: amqp, api, api-wrapper, chatwars, telegram
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 11
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-chatwars-api
[](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!