-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tweets starting with "RT:" are not detected as retweets #52
Comments
If there were command line options, "retweet prefixes" is an option I'd add, @marcomaroni-github ;) |
@trivikr The colon after RT did not make a tweet a RT, there should have been a space after RT, even the example you gave does not seem to me to be identified as a RT |
In the earliest days, "RT" was just a convention and not a feature |
yeah, people used to quote a post and add RT to show it was the person's tweet and then add their take to it. |
I also used to add suffix sometimes |
To unblock myself, I just did a deep dive in |
Describe the bug
Tweets starting with "RT:" are not detected as retweets
Steps to reproduce
I'm not sure how I used to retweet in 2009 before retweeting was standardized, but half of my retweets start with
RT:
Example https://x.com/trivikram/status/1429604586
Observed behavior
These retweets are not detected as retweets my this migration tool, and a bluesky skeet is created.
Expected behavior
Tweets starting with
RT:
to be detected as retweets?Additional context
I just ended up deleting those posts once they were created on BlueSky.
The text was updated successfully, but these errors were encountered: