Search code examples
pythontwittertweets

How to get texts from an url of tweets in Python?


I have an url of tweet and want to get texts of tweet from the url in Python. But I have no idea. I searched about Tweepy, But I think It's for search, upload tweets not to get texts from url.


Solution

  • You could probably use Beautiful Soup to grab the info you need via cURL. They have decent documentation. Does Twitter have an API you could use?