tweetback
tweetback copied to clipboard
Take ownership of your Twitter data and get your tweets back
I've been poking around trying to figure out how to make it skip retweets without much success. I thought I could do it from like this: ``` async renderTweet(tweet, options...
My archive had 77,000 tweets, but the tweetback only pull in 67,000. It turned out that my archive includes additional parts, in the form of tweets-part1.js. I'd guess that others...
It would be better having a functional static HTML for search, based on a remote service like DuckDuckGo, progressively enhanced to PageFind if JavaScript is active.
The stats on the bottom of the homepage reference top hashtags, but they don’t link anywhere. Same with embedded hashtags. What do y’all think about generating hashtag archive pages and...
https://github.com/tweetback/tweetback/blob/main/src/twitter.js#L179-L180
I made a few polls along the years, and it would be nice being able to get at least some of them back in the archive. And example with https://twitter.nicolas-hoizey.com/1516795499080294404/...
I initially added to the regex so e.g. `(#hashtag)` is parsed as `#hashtag` not `#hashtag)` but then I realized it’s probably better to pull in the `twitter-text` package made by...
While working on my personal fork, I noticed that there was a lot of tweet parsing happening while the HTML was being built (for instance, finding images, getting sentiment, mentions,...