Mastodon Twitter Sync Versions Save

Synchronizes posts from Mastodon to Twitter and back

v1.4.0

3 years ago

Minor release with small improvements and a new feature: you can now disable syncing of retweets and reblogs in the configuration with sync_retweets = false and sync_reblogs = false. Then only your own tweets and statuses will be synced between your Twitter and Mastodon account. See the examples in the README.

v1.3.3

4 years ago

Minor release with one improvement: Videos are posted now from Mastodon to Twitter attachments.

v1.3.2

4 years ago

Minor release.

  • The text of a quoted tweet is now directly copied to Mastodon instead of a link to Twitter
  • Attachments of quote tweets are posted as native attachments to Mastodon.

v1.3.1

4 years ago

Minor release with 3 improvements for syncing posts:

  • Post attachments of retweets directly to Mastodon
  • Post attachments of boosts directly to Twitter
  • Append the original toot URL for long toots when syncing a toot to Twitter

v1.3.0

4 years ago

This release comes with 3 new features:

  • A --dry-run command line option that does not post anything but instead just prints out what would be synced
  • A --skip-existing-posts command line option that marks old posts as synced and will just sync new posts on the next run without this option.
  • Twitter videos are posted as native video attachments to Mastodon

v1.2.1

4 years ago

Just some small bugfixes:

  • Image uploads to Mastodon should work again
  • Twitter changed some properties in their JSON to be null, updated the egg-mode Twitter library to accommodate that.

v1.2.0

5 years ago

Sync Mastodon image attachments to Twitter as native attachments there :-)

v1.1.0

5 years ago

Sync twitter photo attachments to Mastodon attachments, yay!

v1.0.1

5 years ago

fix(sync): Prevent double posting when a domain like string is posted to Twitter. Fixes #6

v1.0.0

5 years ago

This tool has been working well, so I'm declaring version 1.0!

Changes sine 0.3.5:

  • Update Mammut and egg-mode libraries to support OpenSSL 1.1.1 (#5)