zeeschuimer icon indicating copy to clipboard operation
zeeschuimer copied to clipboard

Collect Reply Tweets

Open greenwoodma opened this issue 1 year ago • 1 comments

This PR relates to issue #10

Essentially with the current version of the plugin, if you view the page for a single tweet then nothing is collected (not the tweet being viewed or any of the replies). This PR fixes that by collecting data from the TweetDetail endpoint. The code for checking a normal tweet object has been pulled out into a function so we can use it under multiple conditions (relating to the different API endpoints and their structures) which avoids code duplication but does make more changes to the code than I originally intended.

greenwoodma avatar Jul 06 '23 14:07 greenwoodma