Originally posted by Kammmmi
So I am currently wondering how I can add a thing where it will load accounts from a file and then log into them on a site so they can do what I want them to. Does anyone have the source code for this?
Thanks
What exactly do you mean?
Do you mean you want to create a computer program that can open and read a text file, extract the accounts from the text file, then test them against a website? Effectively like some sort of log-in bot?
If that is what you mean, you simply have to read the text file (most languages have support for it), parse the information, and then use webrequests to log in. If you tell me what language and if I am correct (about what you want to do) then I can help you in a more in-depth way.