I want to extract information of a paritcular tweet like the content, images, and other media etc.
For eg: “https://twitter.com/username/status/123xxxxxxx”
I want to extract information stored in tweet with id: “123xxxxxxx”.
How to achieve it using python as tweepy no longer works, and ntscraper allows to retrieve tweets of a particular profile (according to my knowledge).
I tried using ntscraper but there is no attirbute supporting the scraping of a particular tweet.
Noobmaster69 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.