mastodon-twitter-poster icon indicating copy to clipboard operation
mastodon-twitter-poster copied to clipboard

Support Twitter Circle

Open baruchiro opened this issue 2 years ago • 3 comments

https://help.twitter.com/en/using-twitter/twitter-circle

I think we need to add an option to filter tweets to Circle from being crossposted to Mastodon, because the idea of the circle is to post to specific people, and not for all of them in mastodon.

baruchiro avatar May 04 '22 05:05 baruchiro

Hey @baruchiro, I haven't had the time to work on new features of the crossposter lately. I'm open to contributions, but I probably won't have the time to check this myself. Historically, however, twitter API has been quite behind on new features.

renatolond avatar May 04 '22 07:05 renatolond

+1 Right now it just posts everything to Mastodon from this feature. If you can point me to the appropriate place to add support for filtering like this I would take a look.

timonsku avatar Jun 14 '22 10:06 timonsku

You'd have to add a new config to allow/block circle posts, then somewhere in process_tweet (https://github.com/renatolond/mastodon-twitter-poster/blob/main/lib/twitter_user_processor.rb#L116) decide based on the circle status. I can't see circles in tweetdeck, so I would assume it's not available in the API just yet

renatolond avatar Jun 14 '22 12:06 renatolond

Current status on the Twitter side:

  • Twitter API v1.1 is not being enhanced actively, Twitter Circle support is not available
  • Twitter API v2 correctly does not have Circle posts on a user Tweet Timeline, but at the moment does not provide access to Circle Tweets at all (being worked on)

If the app used Twitter API v2 then the Circle posts would not be visible.

andypiper avatar Oct 19 '22 14:10 andypiper