Releases: klausi/mastodon-twitter-sync
Syncing of retweets/reblogs can be disabled
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
Minor release with one improvement: Videos are posted now from Mastodon to Twitter attachments.
Quote tweet improvements
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
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
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
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
Sync Mastodon image attachments to Twitter as native attachments there :-)
Mastodon native attachments
Sync twitter photo attachments to Mastodon attachments, yay!
Twitter URL/domain bugfix
fix(sync): Prevent double posting when a domain like string is posted to Twitter. Fixes #6
Declare it stable!
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)