Skip to content

How to download the whole X Twitter profile media? #2476

Answered by Hrxn
Pandaa-P asked this question in Q&A
Discussion options

You must be logged in to vote

Okay, so given that the handle on Twitter you want to download is @TwitterUserHere, the Twitter URL of that user would be:

https://twitter.com/TwitterUserHere

It's not trivial to reach old stuff on an account, but you should try to start with this:

gallery-dl "https://twitter.com/TwitterUserHere/media"
gallery-dl "https://twitter.com/TwitterUserHere"
gallery-dl "https://twitter.com/search?q=(from:HANDLE+filter:media+until:YYYY-MM-DD)"

You should also set up your Twitter extraction options according to your preferences in your gallery-dl config file.

The relevant options are basically this:

            "cards": true,
            "conversations": true,
            "logout": true,
        …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Pandaa-P
Comment options

@rautamiekka
Comment options

@Hrxn
Comment options

Answer selected by Pandaa-P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants