Greasy Fork is available in English.

Twitter/X Media Batch Downloader

Batch download all images and videos from a Twitter/X account, including withheld accounts, in original quality.

These are versions of this script where the code was updated. Show all versions.

  • v2.5 2025-01-28

    - The creation of zip files is divided into parts, 500 files per part
    - System cache on the API for 1 hour

  • v2.4 2025-01-23

    - If there is only one file, it will not be zipped
    - Remove unused code

  • v2.3 2025-01-23

    Added support for subdomains. Now, you can click the download button in any tab

  • v2.2 2025-01-23

    - Added a caching system
    - You can now download new statuses or redownload everything

  • v2.1 2025-01-23

    - Fixed the bug in tweet_id
    - Modified the ZIP filename format to: {username}_{date_download}_{total}

  • v2.0 2025-01-22

    - Added GIF support (though the format is still .mp4 from the source; manual conversion using FFmpeg is required)
    - Added tweet_id to file naming as a suffix
    - Improved number formatting for better readability

  • v1.9 2025-01-22

    - Add total media item information before download
    - Display a confirmation pop-up
    - Include a cancel button to abort the download or zip process

  • v1.8 2025-01-21

    - Improved error handling
    - Removed the use of innerHTML

  • v1.7 2025-01-20

    - Improved storage system
    - Fixed download container bug

  • v1.6 2025-01-20

    - Add Auth Token input
    - Now, please use your own Auth Token

  • v1.5 2025-01-20

    - Change the data fetching method from scraping to API
    - Add download options (media, image, or video)
    - Display a loading icon while fetching data

  • v1.4 2025-01-18

    Changed size from 4096x4096 to orig

  • v1.3 2025-01-08

    - Changed size from large to 4096x4096
    - Compacted the control buttons

  • v1.2 2025-01-08

    - Automatically detect browser height
    - Hide Pause and Stop buttons during downloading/zipping process

  • v1.1 2025-01-08

    - Improved download speed
    - Automatic redirect to /media
    - Enhanced control panel design
    - Better file naming convention
    - Fixed bugs

  • v1.0 2025-01-08