Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mackuba/tootify
Toot toooooooot
https://github.com/mackuba/tootify
atproto bluesky fediverse mastodon mastodon-app
Last synced: 2 months ago
JSON representation
Toot toooooooot
- Host: GitHub
- URL: https://github.com/mackuba/tootify
- Owner: mackuba
- License: zlib
- Created: 2024-03-22T17:01:34.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-30T00:11:21.000Z (3 months ago)
- Last Synced: 2024-10-01T09:21:32.808Z (3 months ago)
- Topics: atproto, bluesky, fediverse, mastodon, mastodon-app
- Language: Ruby
- Homepage:
- Size: 26.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this 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.
Note: this is an early version so it might be a bit unstable and rough – but I've been using it for a few months and some other people have tried it too and it generally works.
## 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 [email protected]
./tootify login @alf.bsky.teamPress 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](https://bsky.app/profile/mackuba.eu)).
The code is available under the terms of the [zlib license](https://choosealicense.com/licenses/zlib/) (permissive, similar to MIT).