2.2 KiB
fediverse-imagebot
A bot that posts local and booru images to the Fediverse.
Compatible with Mastodon, Misskey and Pleroma!
MIGRATING MAJOR VERSIONS
See the wiki.
Boorus supported
The full list of boorus supported is found here.
Downloading the bot
There are currently two ways to do this, either with a pre-built binary or building from source. Both are listed below.
Downloading pre-built binaries
Download prebuilt binaries from here. (currently supports x86_64 and arm64 on Linux [glibc or musl], macOS and Windows)
-
Run the bot with the
-w
flag to have it generate a configuration file to the local directory. -
Edit it for your use case.
- If you want to generate a key you can use https://git.froth.zone/Sam/js-feditoken
- Run the bot by launching the executable!
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/fediverse-imagebot.git
-
Install dependencies:
yarn
-
Build:
yarn build
-
Edit the config file:
cp config.sample.jsonc config.jsonc
- If you want to generate a key you can use https://git.froth.zone/Sam/js-feditoken
-
Run the bot:
yarn bot
You're done! The bot should post a local image to the fediverse instance of your choosing!
Automating the bot
TODO: Elaborate more
The bot can be automated to post images at set times using a cronjob.
Example cron configuration:
0 * * * * cd /path/to/fediverse-imagebot && /usr/local/bin/yarn bot -c ./config.sample.jsonc
This example will run the bot every hour on the hour with no message using images from the default images
directory.
An example of this pleroma configuration can be found at https://froth.zone/rinbot.