marcomaroni-github / twitter-to-bluesky

Import all tweets exported from X/Twitter to a Bluesky account.
Other
426 stars 29 forks source link

HTML character entities remain improperly escaped in imported tweets #67

Open grasshoppermouse opened 6 days ago

grasshoppermouse commented 6 days ago

& and > are improperly escaped in imported tweets, i.e., appear as \& and \>

For many examples, search for & here (25 & are escaped, 6 are not): https://bsky.app/profile/twitterarchive.edhagen.net

SudarshanHV commented 5 days ago

I'd like to take a look at this issue. Looks like a good first issue as it involves parsing. @marcomaroni-github is this a priority task? Do you have any specific timeline by which you'd like to get this resolved?

marcomaroni-github commented 5 days ago

I'd like to take a look at this issue. Looks like a good first issue as it involves parsing. @marcomaroni-github is this a priority task? Do you have any specific timeline by which you'd like to get this resolved?

Hi @SudarshanHV, no I don't have precise timing, feel free to propose solutions or investigate the problem. Thanks!

SudarshanHV commented 5 days ago

Sounds good! I'll try to figure out where this issue comes from and let you know.