Search code examples
twittertweepypython-twitter

How can I save tweets of a user as images?


There is a Twitter user who posts valuable stuff and I want to save his tweets not as text but as images (screenshots) just as you see it on your phone or computer.

I installed python-twitter and tweepy but I didn't find a solution in the docs and neither in communities so far.

Alternatively: Is there another way to save tweets in a kind of pretty, visually appealing way?

Thank you in advance.


Solution

  • I figured it out. Using Selenium Webdriver to open the Twitter account page in the browser, then scrape the tweets and use a screenshot tool to make an image. This looping through all tweets.