mastodon-to-bluesky/README.md

13 lines
578 B
Markdown
Raw Normal View History

2024-01-12 11:04:59 +00:00
# mastodon-to-bluesky
2024-03-04 03:33:22 +00:00
Forked from https://github.com/mauricerenck/mastodon-to-bluesky
https://maurice-renck.de/hub/tooling/crosspost-from-mastodon-to-bluesky
## Changed from original
- Reply to myself is not ignored
- not shown as reply-tree in bluesky, to keep the code simple. (I don't want to keep the pairs of mastodon posts and bsky posts)
- embed image as raw URL text on the mastodon
- uploading image with `uploadBlob` fails if the image size is under 1MB, the official limit on the docs (maybe because I'm using self-hosted PDS.)
- fixed quote is not unescaped