DIYgod / DIYgod/RSSHub

Twitter: Allow original posts to be hidden (show only replies or retweets)

Open
#7,500 2 comments 0 reactions 0 assignees View on GitHub
RSS enhancement
Dominant language
TypeScript
Stars
46.2k
Forks
10.2k
Avg merge
8h 48m
Merged PRs (30d)
175

Description

### What feature is it?

Allow Twitter original account messages to be hidden, so only replies or retweets can be shown.

### What problem does this feature solve?

It allows you to categorise Twitter accounts by original posts, replies or retweets:

![rsshub-twitter-categories](https://user-images.githubusercontent.com/80743272/117530649-93ab2700-afde-11eb-890a-25faa6991490.png)

Right now I can only do this:

Original Posts [excludeReplies=1&includeRts=0]
Original Posts + Replies [includeRts=0]
Original Posts + Retweets [excludeReplies=1]

This causes me to continously re-read tweets I have already read when going through my categories as seen in the screenshot.

I want to be able to do this:

Original Posts [excludeReplies=1&includeRts=0]
Replies [excludePosts=1&includeRts=0]
Retweets [excludePosts=1&excludeReplies=1]

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.