mastodon-twitter-sync

Synchronizes posts from Mastodon to Twitter and back

GPL-3.0 License

Stars
247
Committers
11

Bot releases are visible (Hide)

mastodon-twitter-sync - Fixed Twitter GIF image syncing Latest Release

Published by github-actions[bot] over 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.
mastodon-twitter-sync - Fixed username escaping and long image alt text

Published by github-actions[bot] almost 2 years 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.
mastodon-twitter-sync - Chronological order of post synchronization

Published by github-actions[bot] almost 2 years 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.
mastodon-twitter-sync - Removed OpenSSL dependency

Published by github-actions[bot] almost 2 years 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.
mastodon-twitter-sync - v1.8.0

Published by github-actions[bot] almost 2 years ago

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)