You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 days ago | |
---|---|---|
.vscode | 2 months ago | |
.yarn | 6 days ago | |
src | 2 weeks ago | |
.drone.yml | 2 months ago | |
.eslintrc.json | 2 months ago | |
.gitignore | 2 months ago | |
.prettierignore | 2 months ago | |
.yarnrc.yml | 1 month ago | |
LICENSE | 2 weeks ago | |
README.md | 2 months ago | |
package.json | 6 days ago | |
renovate.json | 2 months ago | |
tsconfig.json | 2 months ago | |
yarn.lock | 6 days ago |
README.md
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