Grango 0 Go to the form you want to use for this. Open chrome developer tools and go over to the network tab. Make sure "preserve log" is checked. Login. Take a look at the request details and replicate them using a library like requests. Here are some useful URL's. https://stackoverflow.com/questions/13147914/how-to-simulate-http-post-request-using-python-requests-module https://stackoverflow.com/questions/48592572/can-i-use-requests-post-to-submit-a-form https://dzone.com/articles/how-submit-web-form-python https://www.geeksforgeeks.org/get-post-requests-using-python/ This is actually a pretty simple task and you could learn it by simply making a few Google searches. Quote Share this post Link to post Share on other sites
Kamikaze 0 Go to the form you want to use for this. Open chrome developer tools and go over to the network tab. Make sure "preserve log" is checked. Login. Take a look at the request details and replicate them using a library like requests. Here are some useful URL's. https://stackoverflow.com/questions/13147914/how-to-simulate-http-post-request-using-python-requests-module https://stackoverflow.com/questions/48592572/can-i-use-requests-post-to-submit-a-form https://dzone.com/articles/how-submit-web-form-python https://www.geeksforgeeks.org/get-post-requests-using-python/ This is actually a pretty simple task and you could learn it by simply making a few Google searches. Yeah, figured it out yesterday. Quote Share this post Link to post Share on other sites
TheDarkest 61 DWC. This user has been banned for scamming. Quote Share this post Link to post Share on other sites