(DANK) 41 Hello, My name is (DANK) I am in need of some assistance for a project that would be very cool if finished **DETAILED EXPLANATION OF WHAT NEEDS TO HAPPEN** The steam wallet codes are in a .txt file and each on there own separate line, I would then like the .txt file to be read than to be inputted into a list where I could have a button start the checking. The list would go from top to bottom of the .txt file and the checking would be done through an automated web browser that would store the line being checked as a variable named endline and the following would be the code used to check the wallet code ("https://store.steampowered.com/account/validatewalletcode/?wallet_code=" + endline); then the URL would look like [this][1]. If the text in the URL page shows 11 instead of the 22 depicted in the hyperlink it means it is a correct code. You do have to login to be able to verify if it works or not but I already have that covered. Then every code checked that has the 22 instead of 21 is put into another textbox where I can then save it to a .txt if needed. **QUESTION 1** How can I take a multiline text box and give each new line its own variable which can be added to the end of this given code. ("https://store.steampowered.com/account/validatewalletcode/?wallet_code=" + endline); **QUESTION 2** How can the application read the web browser for the 11 that identify's it as working and then save that variable that was added to the end of the code in question 1 to a textbox. I will release it with auth when it is done 1 Quote Share this post Link to post Share on other sites
(DANK) 41 with auth :( PepeHands Thats if I can get it functioning brother Quote Share this post Link to post Share on other sites
(DANK) 41 ok brother. brb learning C++ Alright brother Quote Share this post Link to post Share on other sites
Her 204 please code, this would be perfect for you to sell Quote Share this post Link to post Share on other sites
Grmiiiiiiii 0 Hello, My name is (DANK) I am in need of some assistance for a project that would be very cool if finished **DETAILED EXPLANATION OF WHAT NEEDS TO HAPPEN** The steam wallet codes are in a .txt file and each on there own separate line, I would then like the .txt file to be read than to be inputted into a list where I could have a button start the checking. The list would go from top to bottom of the .txt file and the checking would be done through an automated web browser that would store the line being checked as a variable named endline and the following would be the code used to check the wallet code ("https://store.steampowered.com/account/validatewalletcode/?wallet_code=" + endline); then the URL would look like [this][1]. If the text in the URL page shows 22 instead of the 21 depicted in the hyperlink it means it is a correct code. You do have to login to be able to verify if it works or not but I already have that covered. Then every code checked that has the 22 instead of 21 is put into another textbox where I can then save it to a .txt if needed. **QUESTION 1** How can I take a multiline text box and give each new line its own variable which can be added to the end of this given code. ("https://store.steampowered.com/account/validatewalletcode/?wallet_code=" + endline); **QUESTION 2** How can the application read the web browser for the 22 that identify's it as working and then save that variable that was added to the end of the code in question 1 to a textbox. I will release it with auth when it is done Quote Share this post Link to post Share on other sites
X11 1 You could easily use a python script to read the text file and send each code in an HTTP GET request with your session cookie and check the response for the success code. That would be less than an hour's work. No need for a GUI. Quote Share this post Link to post Share on other sites
(DANK) 41 You could easily use a python script to read the text file and send each code in an HTTP GET request with your session cookie and check the response for the success code. That would be less than an hour's work. No need for a GUI. ill pay you $5 to do it Quote Share this post Link to post Share on other sites