Skip to content

How to download multiple Twitter profiles at once. #6341

Closed Answered by mikf
AndrewSong1122 asked this question in Q&A
Discussion options

You must be logged in to vote

Use an -i/--input-file that contains all URLs you want to download from.

gallery-dl -i twitter_profile_urls.txt

To download from your followed profiles, use https://x.com/YOURUSERNAME/following as input URL for gallery-dl. You can even write their URLs to a file and then use it as --input-file.

gallery-dl -g https://x.com/YOURUSERNAME/following > followed_users.txt
gallery-dl -i followed_users.txt

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by AndrewSong1122
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