Would it be possible to run this with multiple user names? maybe from a csv/txt file as an input? thanks!
This sounds good. I'll add it when I have the time.
Sure. Thanks!
Sent from my mobile device
On Thu, May 17, 2018, 11:39 Cody Zacharias notifications@github.com wrote:
This sounds good. I'll add it when I have the time.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/haccer/twint/issues/96#issuecomment-389755715, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AHNN6cOPCRPsIA8Bw-SnUTJFH7tR9P6wks5tzRQrgaJpZM4UBJaL
.
The userlist arg overrides username. Twint checks if the given arg is a file that exists and if not a string with values separated by a , is expected.
If a user parses file the values need to be in line by line (separated by a \n)
Most helpful comment
The
userlistarg overridesusername. Twint checks if the given arg is a file that exists and if not a string with values separated by a,is expected.If a user parses file the values need to be in line by line (separated by a
\n)