Mastodon Twitter Sync Versions Save

Synchronizes posts from Mastodon to Twitter and back

v1.10.0

1 year ago

Bugfix release, no new features.

  • GIF attachments to tweets are now synchronized correctly to Mastodon
  • Twitter text length is counted now correctly with Emojis and other multibyte characters
  • Escaping of usernames for posts on Twitter did not work correctly, fixed again.

v1.9.1

1 year ago

Minor bugfix release.

  • When copying to Twitter Mastodon usernames are now escaped correctly
  • When posting image attachments with very long alt text to Twitter that is now cut off at 1000 characters as required by Twitter.

v1.9.0

1 year ago

Minor release:

  1. When running mastodon-twitter-sync for the first time a lot of posts can get synchronized, the tool now does so in chronological order (#55)
  2. Fixed a bug where video attachments are too long for Twitter, then they are skipped.

v1.8.1

1 year ago

Maintenance release, no new features.

  1. The Docker image is now much smaller.
  2. The dependency to OpenSSL has been removed
  3. Compiled binaries for latest Linux (Ubuntu), MacOS and Windows
  4. Fixed a crash when Mastodon audio attachments were encountered.

v1.8.0

1 year ago

v1.7.0

2 years ago

This release comes with small improvements during the last year:

  1. Mastodon post threads are now fully synced to Twitter
  2. A Docker image is now available to run this tool, documented in README.md (#41)
  3. Long quote tweets that would exceed Mastodon's 500 character limit are now shortened before posting to Mastodon

v1.6.0

3 years ago

This release comes with a new feature: synchronization of Twitter thread replies (#35)! If you reply to your own post on Twitter then your replies will by synchronized to Mastodon to make the same thread of posts. This is only implemented for the direction Twitter ==> Mastodon for now, the reverse does not exist yet.

Bugfixes:

  • Mastodon thread replies are not synchronized as standalone tweets
  • mobile.twitter.com links in quote tweets are now detected correctly

v1.5.2

3 years ago

Fixes a bug with Twitter attachment uploads.

v1.5.1

3 years ago

Minor release. Retweets of quote tweets are now supported better in the sync functionality. The text of the quote tweet will be copied to Mastodon instead of a Twitter link.

v1.5.0

3 years ago

Minor release with a new feature: you can now specify a hashtag (or any string) that must be included in your tweet or toot in order to be synced. Example: You post a tweet "This will also be synced to Mastodon #masto" and have the configuration option sync_hashtag = "#masto" enabled for Twitter. Then this tweet will be copied to Mastodon, but other tweets that do not contain "#masto" will not be copied.

Thanks to @gregharvey for contributing this feature!