Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.19 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.19 KB

GoWarcraft3/capiclient

Build Status Build status License: MPL 2.0

Command-line interface for the official classic Battle.net chat API.

Usage

./capi [options] [server address]

Flag Type Description
-e string Endpoint
-k string API Key (will query if omitted)

Example

➜ ./capiclient
Enter API key:
12:00:00 Succesfully connected to wss://connect-bot.classic.blizzard.com/v1/rpc/chat
12:00:00 Joined channel 'Clan 1uk1'
12:00:00 niels has joined the channel
# Type "hello" in terminal
12:00:05 [CHAT] niels: hello

Download

Official binaries for tools are available. Simply download and run.

Note: additional dependencies may be required (see build instructions).