a dating labler on at-proto
1 1 0

Clone this repository

https://tangled.org/dunkirk.sh/unamed-at
git@knot.dunkirk.sh:dunkirk.sh/unamed-at

For self-hosted knots, clone URLs may differ based on your setup.

README.md

Unamed-AT#

under construction

A labler on AT-proto; the following will be changed soon

Install#

You can download a pre-built binary from the releases or you can use the following options

Go#

# Go
go install github.com/taciturnaxolotl/akami@latest

Nix#

# Direct installation with flakes enabled
nix profile install github:taciturnaxolotl/akami

For use in your own flake:

# In your flake.nix
{
  inputs.akami.url = "github:taciturnaxolotl/akami";

  outputs = { self, nixpkgs, akami, ... }: {
    # Access the package as:
    # akami.packages.${system}.default
  };
}

Written in go with fang and cobra. If you have any suggestions or issues feel free to open an issue on my tangled knot

© 2025-present Kieran Klukas