tweetback
tweetback copied to clipboard
Take ownership of your Twitter data and get your tweets back
I deployed my archive to GitHub Pages and it looks good *except* for the search box not appearing. Digging into the console, the browser tells me... ``` Loading failed for...
My Twitter archive is missing 26 images for which https://pbs.twimg.com/media/ replied with 404 errors. (From 118,049 tweets, not bad.) For example, I RTed this tweet from @beep: https://twitter.nicolas-hoizey.com/1042801550681362433/ The image...
When using the search bar, there is no results for any emojis. My top emoji is 🔥 and I wanted to see the list of tweets containing it but it...
Currently, Tweetback only supports the archive of one account. This feature request is for the ability to use two different account archives and display them on the same instance. I...
I reordered the methods with the public method that get called outside at the top and candidates for private methods below them. A called method is placed below a calling...
When studying the source code I realised that there is quite some logic involved in this project. What is the point of view regarding adding unit tests? This could help...
This is mirroring how the tests are structured in eleventy because both projects share maintainers. That being said I couldn't copy it 1:1, because I don't see CI like CircleCI...
Given that Twitter is doing away with the ability to read tweets from the Twitter API without paying $100/month for the privilege, it might make sense to [enable POSSE to...
Perhaps I'm doing it wrong, but when I deploy to Netlify, it's forcing a pull of images again from Twitter and they are all failing to be returned. So while...
Looking at https://github.com/tweetback/tweetback/blob/d03e289ff2d6fa87459c5d657f57039dee259423/src/twitter.js#L330-L337 it appears to be used only within this class. Therefore I suggest to declare it as a private method (by prefixing it with an underscore or using...