Skip to content
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

Open
trivikr opened this issue Nov 11, 2024 · 6 comments
Open

Tweets starting with "RT:" are not detected as retweets #52

trivikr opened this issue Nov 11, 2024 · 6 comments

Comments

@trivikr
Copy link

trivikr commented Nov 11, 2024

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.

@clemensv
Copy link
Contributor

If there were command line options, "retweet prefixes" is an option I'd add, @marcomaroni-github ;)

@marcomaroni-github
Copy link
Owner

marcomaroni-github commented Nov 12, 2024

@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

@clemensv
Copy link
Contributor

In the earliest days, "RT" was just a convention and not a feature

@lucidillusions
Copy link

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.

@trivikr
Copy link
Author

trivikr commented Nov 13, 2024

I also used to add suffix sometimes (via @alias). I think it was through Echofon.

@trivikr
Copy link
Author

trivikr commented Nov 13, 2024

To unblock myself, I just did a deep dive in data/tweets.js in my archive, and wrote a script to explicitly add RT prefix to the full_text of these tweets. The module than treated these tweets as retweets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants