renatolond / mastodon-twitter-poster

Crossposter to post statuses between Mastodon and Twitter
GNU Affero General Public License v3.0
806 stars 58 forks source link

Support Twitter Circle #711

Closed baruchiro closed 1 year ago

baruchiro commented 2 years ago

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.

renatolond commented 2 years ago

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.

timonsku commented 2 years ago

+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.

renatolond commented 2 years ago

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

andypiper commented 1 year ago

Current status on the Twitter side:

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