Open nemobis opened 1 year ago
Quote tweets also get their nitter URL truncated, for example https://respublicae.eu/@BasEickhout/110606157846634382 points to https://nitter.lacontrevoie.fr/BasEickhout/status/16711142107496 instead of https://nitter.lacontrevoie.fr/BasEickhout/status/1671114210749607939 . I've not checked whether it's always a 5 characters error.
Another improvement with RSSHub (and probably Nitter, too): when a single request get more than one tweet per user, the display order has to be inverted. Currently the tweets are displayed from newest to oldest. Expected is from oldest to newest, especially for the threads.
looks like rsshub is dead for twitter feeds :\
Il 21/07/23 05:17, Troy Whiteley ha scritto:
looks like rsshub is dead for twitter feeds :\
Ouch. Have you tried self-hosting it yet?
Importing an RSSHub RSS feed works very well, but there are a few issues.
Quote tweets are posted with a literal div and a link to the original tweet (though rewritten if nitter_base_url is configured)
Example: https://respublicae.eu/@danutahuebner/110604120830026002
t.co links aren't always converted. Example: https://respublicae.eu/@danutahuebner/110604122030104574
Retweets use the display name instead of mentioning the
@username
, for example:https://respublicae.eu/@danutahuebner/110604122554679766
Retweets don't convert t.co links, for example:
https://respublicae.eu/@danutahuebner/110604122444876527
Escaped
&
are left lingering, like:If the
&
is correctly escaped in the RSSHub XML, then maybe we need to parse the XML differently (with a different library which handles escaping automatically?).That "Re " is also something added by RSSHub, suggesting replies aren't handled as such.