Spark-NF / twitter_media_downloader

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

Can get userIds from a CSV #22

Closed kiriphorito closed 3 years ago

kiriphorito commented 3 years ago

Hey there 👋 A great and simple script. Love it.

I've added the ability to read from a csv. So that if you follow a lot of people, you don't need to add the list add the end of the command, you can just read it from a csv.

Spark-NF commented 3 years ago

Hello 👋

Is there any difference between doing this and using @file.txt? Given if an user ID starts with @ it will be treated as a file, with one account per line.

Except from a CSV file having a header, wouldn't it give the same result? 🤔

EDIT: seems like this behavior is described in the README, but not in the userID argument's help 😱

kiriphorito commented 3 years ago

Hey there! Thanks. I somehow completely missed this functionality XD I'll close the PR