Spark-NF / twitter_media_downloader

Twitter media downloader.
Apache License 2.0
293 stars 52 forks source link

How can I make a list of users to download automatically #16

Closed Alexo88 closed 4 years ago

Alexo88 commented 4 years ago

I do not know how to make a list of users, I think the option is not enabled, I wonder if I can make a .bat ?. What would you have to read to do it? I am interested in creating tools.

In other repositories focused on other pages they have an option to create a list of users, which simplifies my life, did anyone come up with a way to build a similar tool with this twitter repository?

Alexo88 commented 4 years ago

ok i find it

Admin: I just made a few changes to either pass multiple accounts to the CLI or pass a filename with the @ prefix (@file.txt). I updated the README accordingly.

Spark-NF commented 4 years ago

Yes, you can either just pass them all at the end of the command line (separated by spaces), or simply pass a file with the @ prefix, one name per line. 👍