iojw / socialscan

Python library for accurately querying username and email usage on online platforms
Mozilla Public License 2.0
1.44k stars 186 forks source link

Formatting bulk queries #9

Closed olddisk closed 4 years ago

olddisk commented 4 years ago

How would you format the bulk queries?

Would you have a list thats just a new word every line, or what is it?

iojw commented 4 years ago

@mharris3960 Yep, just one on each line in a text file. Then run socialscan along with the --input flag and the name of the text file. Feel free to make this clearer in the help text if you would like to.

olddisk commented 4 years ago

Thank you, closing now :)