@johnsharon said in How to login to any site using HTTP client in BAS?:
How to login to any site using HTTP client in BAS?
you must repeat the same requests that your site sends after you click the login button.
Each post will have multiple images. I want the folder that it grabs the images from to be random every time, within a certain directory.
So it would be:
Thread 1: Posting photos from folder 7
Thread 2: Posting photos from folder 2
Thread 3: Posting photos from folder 4
Thread 4: Posting photos from folder 9
Completely random folder for each thread and each folder can be reused as well.
How do I get BAS to open file result from a random subfolder within a main folder?
I probably figured it out. I read the main directories folders with "read file info" then pick random element from that, then use that as a variable for open file result, with the name of the image or video of the file you want to post directly after the variable in the text box for "open file result". You have to prename your files to have this run and choose random folders within a folder.
If anyone has a better way, please let me know! Thanks!