Make Retweet PubDate match time of retweet and not original tweet.
- Dominant language
- TypeScript
- Stars
- 46.2k
- Forks
- 10.2k
- Avg merge
- 18h 40m
- Merged PRs (30d)
- 172
Description
### What feature is it?
When querying a Twitter profile and looking at the newest tweets, retweets will not appear unless what the user is retweeting is newer than their previous posts, so retweets appear in order of when the *original* tweet was sent. Instead of when the user retweeted this. Having a parameter to change this would be nice.
### What problem does this feature solve?
This would let me get the chronological tweets from somebodys twitter timeline including the retweets and when they retweeted it.
### Additional description
_No response_
### This is not a duplicated feature request or new RSS proposal
- [x] I have searched [existing issues](https://github.com/DIYgod/RSSHub/issues) to ensure this feature has not already been requested and this is not a [new RSS proposal](https://github.com/DIYgod/RSSHub/issues/new?assignees=&labels=RSS+proposal&template=rss_request_en.yml).
Contributor guide
Research direction
Start at the Twitter profile route and trace how retweets obtain their publication dates and are ordered. Check how route parameters are documented and tested, then verify that a user's feed can be ordered by retweet time while preserving the existing behavior when the option is not used.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100