mastodon-twitter-sync

Synchronizes posts from Mastodon to Twitter and back

GPL-3.0 License

Stars
247
Committers
11

Bot releases are hidden (Show)

mastodon-twitter-sync - Mastodon thread sync and escaping user names

Published by klausi over 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
mastodon-twitter-sync - Twitter thread sync

Published by klausi over 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
mastodon-twitter-sync - Twitter file upload bugfix

Published by klausi almost 4 years ago

Fixes a bug with Twitter attachment uploads.

mastodon-twitter-sync - Support retweets of quote tweets

Published by klausi about 4 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.

mastodon-twitter-sync - Sync on hashtag

Published by klausi over 4 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!

mastodon-twitter-sync - Syncing of retweets/reblogs can be disabled

Published by klausi over 4 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.

mastodon-twitter-sync - Video postings from Mastodon to Twitter

Published by klausi over 4 years ago

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

mastodon-twitter-sync - Quote tweet improvements

Published by klausi over 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.
mastodon-twitter-sync - Better retweet and boost sync

Published by klausi about 5 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
mastodon-twitter-sync - Dry run and skip old posts options

Published by klausi about 5 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
mastodon-twitter-sync - Twitter API changes

Published by klausi over 5 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.
mastodon-twitter-sync - Twitter native attachments

Published by klausi over 5 years ago

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

mastodon-twitter-sync - Mastodon native attachments

Published by klausi almost 6 years ago

Sync twitter photo attachments to Mastodon attachments, yay!

mastodon-twitter-sync - Twitter URL/domain bugfix

Published by klausi almost 6 years ago

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

mastodon-twitter-sync - Declare it stable!

Published by klausi almost 6 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)
mastodon-twitter-sync - Summer of bugfixes

Published by klausi about 6 years ago

  • Better error messages when fetching data from Twitter or Mastodon fails
  • Fixed deletion of old favorites on Mastodon
mastodon-twitter-sync - Bugfix release

Published by klausi over 6 years ago

Fix registration error with saving TOML configuration.

mastodon-twitter-sync - Bugfix release

Published by klausi over 6 years ago

Fixed error with Mastodon posts starting with umlauts.

mastodon-twitter-sync - Bugfix release

Published by klausi over 6 years ago

  • Improved Twitter sync handling when there are lots of replies to be ignored
  • Prevent double posting without panics
  • Update Mammut upstream library