Project

tootify

0.0
The project is in a healthy, maintained state
Experimental Bluesky->Mastodon cross-poster
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.2
~> 2.5
~> 0.3
~> 0.2
~> 0.13
~> 0.1
 Project Readme

Tootify 🦋→🐘

An experimental Bluesky-to-Mastodon cross-poster

What does it do

Tootify will allow you to do a selective one-way sync of Bluesky posts to your Mastodon account.

The way it works lets you easily pick which skeets you want to turn into toots: it scans your recent posts and checks which of them you have liked yourself, and only those posts are reposted. The self-like is automatically removed afterwards.

Caution

This code is currently pretty unstable, so use at your own risk.

Installation

At the moment:

git clone https://github.com/mackuba/tootify.git
cd tootify
bundle install

Usage

First, log in to the two accounts:

./tootify login johnmastodon@example.com
./tootify login @alf.bsky.team

Press like on the post(s) on Bluesky that you want to be synced to Mastodon.

Then, you can either run the sync once:

./tootify check

Or run it continuously in a loop:

./tootify watch

By default it checks for new skeets every 60 seconds - use the interval parameter to customize the interval:

./tootify watch --interval=15

Credits

Copyright © 2024 Kuba Suder (@mackuba.eu).

The code is available under the terms of the zlib license (permissive, similar to MIT).