Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smalls1652/fediproto-sync

Sync utility for Mastodon posts to BlueSky.
https://github.com/smalls1652/fediproto-sync

atproto bluesky mastodon rust rust-lang

Last synced: 21 days ago
JSON representation

Sync utility for Mastodon posts to BlueSky.

Awesome Lists containing this project

README

        

# FediProto-Sync

> [!WARNING]
> This project is still in development and is **not ready for use**. It is very rough around the edges and a lot of things are rapidly changing.

FediProto-Sync is a tool to sync posts from your Mastodon account to your BlueSky account.

## 🗂️ Dependencies used

- [`chrono`](https://crates.io/crates/chrono)
- [`serde`](https://crates.io/crates/serde)
- [`serde_json`](https://crates.io/crates/serde_json)
- [`reqwest`](https://crates.io/crates/reqwest)
- [`tokio`](https://crates.io/crates/tokio)
- [`tokio-util`](https://crates.io/crates/tokio-util)
- [`megalodon`](https://crates.io/crates/megalodon)
- [`dotenvy`](https://crates.io/crates/dotenvy)
- [`dom_query`](https://crates.io/crates/dom_query)
- [`tendril`](https://crates.io/crates/tendril)
- [`diesel`](https://crates.io/crates/diesel)
- [`tracing`](https://crates.io/crates/tracing)
- [`tracing-subscriber`](https://crates.io/crates/tracing-subscriber)
- [`atprotolib-rs`](https://github.com/Smalls1652/atprotolib-rs)

## 🤝 License

The source code for this project is licensed with the [MIT License](LICENSE).