I need to write a script that does the following (it doesn’t matter which website I only do this to learn and practice):
- Simulates HTTP requests (method: get)
- Reads parameters from a document and uses them in a script
- Saves the expression from the query response and uses it as a parameter in the next query
- Saves output to a file
After hours of reading the documentation and watching some video tutorials, I can easily control step 1. I have a small idea on how to do steps 2 and 4, although it is likely that I will not do them effectively. And unfortunately, I have no idea how to do step 3.
Can someone help me in these steps, please, or at least give me good links to tutorials that might help me (I found the official guide is too confusing)?
Here are some links that I used to learn this tool: For step 1 and for step 2 they helped a little, but more is welcome.
r3x
source share