I have a spreadsheet for each of our clients with a list of domain urls which I then create a table from.
Thus far I have been using "if then" statements to go through and determine if a username is available for a specific site. (I don't want to use a random username here because I want the keyword located in the domain if at all possible.)
I have some 30 possible keywords for each client to use as subdomain names and this can be quite time consuming adding all these if then statements.
So my question is would it be better to use a "loop while" command to loop through my keywords, and if so how would this look?
I have attached an example of my current bot which uses if-then statements, but on a completed bot I would have many many more if-then commands.
gather.ubot 928bytes
6 downloads













