A bot that posts images to the Fediverse 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
Sam Therapy 153ba14fab
continuous-integration/drone/push Build is passing Details
Booru support (#1)
- Convert to yarn v2 with zero installs
- Refactor much of app to use config instead of flags

Co-authored-by: Sam Therapy <sam@samtherapy.net>
Reviewed-on: Sam/fediverse-imagebot#1
2022-03-15 19:13:35 +00:00
.yarn Booru support (#1) 2022-03-15 19:13:35 +00:00
src Booru support (#1) 2022-03-15 19:13:35 +00:00
.drone.yml Booru support (#1) 2022-03-15 19:13:35 +00:00
.eslintignore Booru support (#1) 2022-03-15 19:13:35 +00:00
.eslintrc.json Booru support (#1) 2022-03-15 19:13:35 +00:00
.gitignore Booru support (#1) 2022-03-15 19:13:35 +00:00
.prettierignore Booru support (#1) 2022-03-15 19:13:35 +00:00
.yarnrc.yml Booru support (#1) 2022-03-15 19:13:35 +00:00
LICENSE Split token generation and the bot itself 2022-02-16 09:57:37 -06:00
MIGRATING.md Booru support (#1) 2022-03-15 19:13:35 +00:00
README.md Booru support (#1) 2022-03-15 19:13:35 +00:00
config.sample.jsonc Booru support (#1) 2022-03-15 19:13:35 +00:00
package.json Booru support (#1) 2022-03-15 19:13:35 +00:00
tsconfig.json Booru support (#1) 2022-03-15 19:13:35 +00:00
yarn.lock Booru support (#1) 2022-03-15 19:13:35 +00:00

README.md

fediverse-imagebot

Build Status

A bot that posts local and booru images to the Fediverse.

Compatible with Mastodon, Misskey and Pleroma!

MIGRATING MAJOR VERSIONS

See MIGRATING.md

Boorus supported

The full list of boorus supported is found here.

Downloading pre-built binaries

Download prebuilt binaries from here (currently only supports x64), or build from source, instructions below.

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.
  • This may be need to ran with sudo depending on your installation.
  1. Clone the repository:
    git clone https://git.froth.zone/Sam/fediverse-imagebot.git

  2. Install dependencies:
    yarn

  3. Build:
    yarn build

  4. Edit the config file:
    cp config.sample.jsonc config.jsonc

  5. Run the bot:
    yarn bot

You're done! The bot should post a local image to the fediverse instance of your choosing!

Running the bot

  1. Obtain a token. I have another tool that does this for you, which can be found here and put it in config.jsonc, following the sample jsonc file.

  2. Put images in the images folder.

  • By default the bot will look for SFW images at images/sfw and NSFW images at images/nsfw. This can be configured with the directory config setting.

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.