Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/smalls1652/fediproto-sync
- Owner: Smalls1652
- License: mit
- Created: 2024-12-01T20:43:06.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-12-01T21:11:23.000Z (22 days ago)
- Last Synced: 2024-12-01T21:32:47.946Z (22 days ago)
- Topics: atproto, bluesky, mastodon, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).