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.
Go to file
Renovate Bot 6260694e6e
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
Update Yarn to v3.2.1
2022-05-13 06:06:10 -05:00
.vscode Migrate to Yarn v2 2022-05-09 17:23:18 +02:00
.yarn Update Yarn to v3.2.1 2022-05-13 06:06:10 -05:00
src Migrate to Yarn v2 2022-05-09 17:23:18 +02:00
.drone.yml Migrate to Yarn v2 2022-05-09 17:23:18 +02:00
.eslintrc.json Migrate to Yarn v2 2022-05-09 17:23:18 +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
.yarnrc.yml Update Yarn to v3.2.1 2022-05-13 06:06:10 -05:00
LICENSE Migrate to Yarn v2 2022-05-09 17:23:18 +02:00
README.md Migrate to Yarn v2 2022-05-09 17:23:18 +02:00
package.json Update Yarn to v3.2.1 2022-05-13 06:06:10 -05:00
renovate.json Migrate to Yarn v2 2022-05-09 17:23:18 +02:00
tsconfig.json Revert back to the old module style to build binaries 2022-05-09 18:12:26 +02:00
yarn.lock Update Yarn to v3.2.1 2022-05-13 06:06:10 -05:00

README.md

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 15 or greater is required.
  1. Install yarn:
    corepack enable
    Check https://yarnpkg.com/getting-started/install for more information.

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

  3. Install dependencies:
    yarn

  4. Build:
    yarn build