Importing values from a file
-
So I am making a config for a website where the api require token , the token not just any random value
So I have a file containing 1500 value , I need to import a random value from the file every time the config checks an account , how can I do it ?
-
Hello any help.please
-
UTILITY File "TOKENS.txt" ReadLines -> VAR "TOKEN" UTILITY List "TOKEN" Random -> CAP "RNDTOKEN"
the tokens.txt are the list of tokens in your openbullet folder