Skip to content

winks/battlenet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 14, 2024
ef90869 · Nov 14, 2024

History

98 Commits
Nov 14, 2024
Nov 14, 2024
Nov 14, 2024
Jun 12, 2022
Nov 14, 2024

Repository files navigation

battlenet

Clojure library to read WoW characters from Blizzard's Battle.net API.

Blizzard changed their API in 2020 yet again and I've not had the time and motivation to fix this properly, so v1 is a partial rewrite of version 0.5, which is still sitting in a branch named v0.5.

howto

Step 1: get a token (should be valid for 24h)

# either install `curl` + `sed` + `jq` and do this, or somehow put a token into a file

cp Makefile.example Makefile
vi Makefile
# edit the "xxx:yyy" part

make token

step 2: run

cp src/battlenet/config.clj.example src/battlenet/config.clj
vi src/battlenet/config.clj

make test

web

lein ring server-headless

About

Clojure library for Blizzard's Community Platform API

Resources

Stars

Watchers

Forks

Packages

No packages published