Generate tokens for your fediverse instances. Supports Mastodon, Misskey and Pleroma https://blog.froth.zone/sam/the-end-of-an-era
This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Renovate Bot d821f3a485
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update typescript-eslint monorepo to v5.45.0
2022-11-28 18:01:42 +00:00
src get rid of semicolons 2022-10-28 16:21:31 +02:00
.drone.jsonnet ci: move to jsonnet 2022-10-27 20:29:56 +02:00
.eslintrc.json get rid of semicolons 2022-10-28 16:21:31 +02:00
.gitignore Migrate to Yarn v2 2022-05-09 17:23:18 +02:00
.prettierignore Migrate to Yarn v2 2022-05-09 17:23:18 +02:00
LICENSE Relicense + lint 2022-06-11 14:19:05 +02:00
package.json chore(deps): update typescript-eslint monorepo to v5.45.0 2022-11-28 18:01:42 +00:00
pnpm-lock.yaml chore(deps): update typescript-eslint monorepo to v5.45.0 2022-11-28 18:01:42 +00:00
README.md [SKIP CI] docs(readme): migrate to pnpm 2022-10-25 15:57:12 +02:00
renovate.json Migrate to Yarn v2 2022-05-09 17:23:18 +02:00
tsconfig.json ci: move to jsonnet 2022-10-27 20:29:56 +02:00

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), or build from source.

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