Open keedle opened 5 years ago
The item variable contains a JSON object. Here you can see what the JSON has overall https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/intro-to-tweet-json.html
To get an image url, you type something like this item.extended_entities.media[0].media_url
How can I retrieve tweet media url ?