Generate tokens for your fediverse instances. Supports Mastodon, Misskey and Pleroma
https://blog.froth.zone/sam/the-end-of-an-era
|
||
---|---|---|
.vscode | ||
.yarn | ||
src | ||
.drone.yml | ||
.eslintrc.json | ||
.gitignore | ||
.prettierignore | ||
.yarnrc.yml | ||
LICENSE | ||
package.json | ||
README.md | ||
renovate.json | ||
tsconfig.json | ||
yarn.lock |
JS-Feditoken
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
- You need to have
npm
andnodejs
installed.
- Node 15 or greater is required.
-
Install
yarn
:
corepack enable
Check https://yarnpkg.com/getting-started/install for more information. -
Clone the repository:
git clone https://git.froth.zone/sam/js-feditoken.git
-
Install dependencies:
yarn
-
Build:
yarn build