Skip to content

Releases: klausi/mastodon-twitter-sync

Syncing of retweets/reblogs can be disabled

17 May 20:46
Compare
Choose a tag to compare

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.

Video postings from Mastodon to Twitter

29 Mar 11:01
Compare
Choose a tag to compare

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

Quote tweet improvements

22 Feb 15:17
Compare
Choose a tag to compare

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.

Better retweet and boost sync

11 Oct 09:20
Compare
Choose a tag to compare

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

Dry run and skip old posts options

30 Aug 10:53
Compare
Choose a tag to compare

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

Twitter API changes

02 Jun 09:59
Compare
Choose a tag to compare

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.

Twitter native attachments

23 Feb 21:13
Compare
Choose a tag to compare

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

Mastodon native attachments

31 Dec 09:51
Compare
Choose a tag to compare

Sync twitter photo attachments to Mastodon attachments, yay!

Twitter URL/domain bugfix

09 Dec 21:12
Compare
Choose a tag to compare

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

Declare it stable!

11 Nov 20:45
Compare
Choose a tag to compare

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)