CLI to tinker around with akkoma
Go to file
FloatingGhost 372b8ec304 typo 2022-12-16 11:30:49 +00:00
.gitignore initial commit 2022-12-16 04:07:19 +00:00
Makefile add token creation 2022-12-16 05:08:06 +00:00
README.md update releases path 2022-12-16 10:14:57 +00:00
actions.go add token creation 2022-12-16 05:08:06 +00:00
config.go add token creation 2022-12-16 05:08:06 +00:00
go.mod add token creation 2022-12-16 05:08:06 +00:00
go.sum add token creation 2022-12-16 05:08:06 +00:00
http.go add token creation 2022-12-16 05:08:06 +00:00
interaction.go initial commit 2022-12-16 04:07:19 +00:00
main.go typo 2022-12-16 11:30:49 +00:00
oauth.go add token creation 2022-12-16 05:08:06 +00:00

README.md

Constanze

A little cli tool to help you interact with akkoma instances.

Helpful when dealing with operations that are not yet supported by the web interface.

Installation

download the latest release from the releases page and put it somewhere in your path.

Usage

Use ./constanze --help to get a list of all available commands.

Configuration

A basic configuration file can be generated with:

./constanze configure

Creating a new oauth application

./constanze token --client-app --scopes "read write" --client-name "My App"

Debug mode

If you want to see the requests and responses, you can enable debug mode with:

./constanze --debug <command>