Twitter Media Downloader

Download images and videos from Twitter posts and pack them into a ZIP archive with metadata.

Zoznam verzií skriptu, ktorých kód bol aktualizovaný. Zobraziť všetky verzie.

  • v1.9 02.04.2025

    version bump

  • v1.8 02.04.2025 Imported from URL
  • v1.8 21.09.2024 Imported from URL
  • v1.7 02.09.2024
    1. Changed the way the button is added.
    2. Refactoring & Reformatting

    Merge pull request #5 from Dramorian/dev

    Download button update; Refactoring & reformatting

  • v1.6 27.08.2024

    Revert "Refactoring & Reformatting"

    This reverts commit cce5a37feea6de7bb5f24e8216c8340f5c8d59c6.

    Merge pull request #4 from Dramorian/dev

    Revert "Refactoring & Reformatting"

  • v1.7 27.08.2024

    Refactoring & Reformatting

    Merge pull request #3

    Refactoring & Reformatting

  • v1.6 22.08.2024 Imported from URL
  • v1.5 22.08.2024

    1. GIF downloading
    2. Button style change

  • v1.4 15.08.2024

    reverting changes (primarily the way media fetches and button addition);
    link normalization for metadata;

  • v1.3 14.08.2024

    changes to get rid of redundant buttons that render on tweets that have no media

  • v1.2 14.08.2024

    Changed the way media fetching works. Now it uses the GraphQL API TweetDetail endpoint approach.
    Inspired by another Twitter media downloader, most of the API handling logic comes from it: https://greasyfork.org/en/scripts/495368-twitter-x-media-downloader.

    TODO: fix metadata post link logic

  • v1.1 12.08.2024

    Improved logic for adding button. Now it adds it only for tweets that have images.
    TODO: implement gif/video fetching & downloading

  • v1.0 12.08.2024