beccasafan / pgm-multiloc

A tool to visualize coverage of multiple instances of PokemonGo-Map
https://beccasafan.github.io/pgm-multiloc/
MIT License
27 stars 46 forks source link

Add in auto# of .csv files #4

Closed aguita closed 8 years ago

aguita commented 8 years ago

IT'd be great to add in the ability to include multiple CSV files within the script. . I find it easier to include the csvs in my scripts than many multiple users, so I can maintain the users separately (add, replace, delete).

aguita commented 8 years ago

Within the script, you mention {index}. Could use that such as: users{index}.csv

beccasafan commented 8 years ago

Yup, you can go ahead and do this now!

In the worker template, you could add -ac users{index}.csv and Worker1 would have -ac users1.csv. The templates make the commands completely customizable.

aguita commented 8 years ago

Ahh, got it. Already there. Perfect.