Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 625 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 625 Bytes

Discord

akatsukiapi

This is the source code for Akatsuki's API.

Setting up

go get -u -f -d github.com/osuAkatsuki/akatsuki-api

cd $GOPATH/src/github.com/osuAkatsuki/akatsuki-api

Download all dependencies:

go mod download

Compile:

go build

Run API

  • On Windows:

    akatsuki-api (located in ./akatsuki-api.exe)

  • On Linux:

    ./akatsuki-api

Then configure in api.conf and run the API again.