Twitter Image Download Script

Twitter Image download

This script helps you to download images from Twitter, you can go to the person’s profile->media to fetch their images. Currently it is limited to 20 media downloads. You can copy the following script to your text editor and save it with “.py” extention eg: twittermediaSave.py

Python 3 code for downloading images from twitter.

Requirements:

  • Python3
  • Tkinter
  • Lxml
  • Requests
  • bs4