twitter-archive-parser
                                
                                 twitter-archive-parser copied to clipboard
                                
                                    twitter-archive-parser copied to clipboard
                            
                            
                            
                        Feature request: fetch other tweets in threads
While discussing support for threads in #23 - it would be nice to have an option to fetch other people's tweets that you replied to, so that entire threads are preserved, not just your own replies.
The PR #97 is merged into the branch downloadtweets now and provides that basic functionality (which is still evolving) to download the tweets that you replied to. The downloaded tweet is not used in any way yet. See that PR for the overall idea on how to proceed.
This does not include the full thread / conversation that came before our own tweet. I don't know if there is a special API endpoint to fetch them all at once, or if we would have to get from each tweet to the previous one bit by bit.
Nice, thanks for digging into this. Does it seem like the rate limits on fetching tweets is going to be problematic?