derat/nitter-rss-proxy

Inline quoted tweets

Opened this issue · 0 comments

derat commented

It'd be nice if quoted tweets were inlined in items. https://github.com/derat/twittuh/blob/main/parse.go has code that I wrote to do this when scraping HTML timelines, but I'm not sure how it'd work with Nitter. I might need to stare at https://github.com/zedeus/nitter/blob/master/src/routes/rss.nim to see if there's a way to request a single tweet by ID, or figure out if there's some other endpoint that can be used for this.

(I should probably give it a bit of time to see if Twitter continues to exist before working on this.)