Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

SamTherapy/js-feditoken

Repository files navigation

JS-Feditoken

Build Status

Generating a token that can be used to botpost to the Fediverse.

Compatible with Mastodon, Misskey, and Pleroma.

Usage

Download prebuilt binaries from here (currently supports x86_64 and arm64 on Linux [glibc or musl], macOS and Windows), download from NPM, or build from source.

NPM

  1. Set up using the Gitea registry

    npm config set @froth:registry https://git.froth.zone/api/packages/sam/npm/
  2. After setting up the registry, either run it once

    npx --package=@froth/feditoken feditoken

    or install globally

    npm i -g @froth/feditoken

Running from Source

  1. You need to have npm and nodejs installed.
  • Node 16 or greater is required.
  1. Install pnpm:
    corepack enable
    Check https://pnpm.io/installation for more information.

  2. Clone the repository:
    git clone https://git.froth.zone/sam/js-feditoken.git

  3. Install dependencies:
    pnpm i

  4. Build:
    pnpm run build

About

MIRROR: Generate tokens for fediverse bots

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors