forked from AkkomaGang/constanze
Working copy for sending patches; may be force pushed at any time
Since it cannot connect at all, there’s never a response to look into. Even with --debug this is hard to spot in current logs prior to the segfault. |
||
|---|---|---|
| .gitignore | ||
| actions.go | ||
| config.go | ||
| go.mod | ||
| go.sum | ||
| http.go | ||
| interaction.go | ||
| main.go | ||
| Makefile | ||
| oauth.go | ||
| 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>