rss-bridge
rss-bridge copied to clipboard
Option for skipping "Retweets" in Twitter Bridge from Lists
Strongly related to #491
It would be great to be able to hide retweets from a twitter list.
The provided solution only works for user tweets and not for twitter lists.
The 1.1 API for twitter seems to provide a parameter include_rts=false
for this but I'm not sure about the 2.0 API https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/get-lists-statuses
I've updated the TwitterV2Bridge so that the options to hide retweets and replies are now available on List feeds (and also on Keyword/Hashtag feeds). See PR #2612
hi @quickwick, given the twitter api no longer supports reading for the free tier, would it be possible to hide retweets in lists for v1?
hi @quickwick, given the twitter api no longer supports reading for the free tier, would it be possible to hide retweets in lists for v1?
Sorry, I've kind of lost interest in/motivation for working with Twitter due to all the nonsense since the Musk takeover. As the official maintainer of the v1 TwitterBridge, perhaps @arnd-s can take a look at this.