Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Alternative to Python Selenium, Looking ways to Optimize Code.

How can I use Python to send a set of arguments (group name, date) to URL (require authentication) and get the data content. I've successfully done this using selenium. I'm looking alternative option, short script, optimization?

In selenium, I manage to do this, whereby it successfully gone through authentication, automatically launch chrome, and navigate through the browser, automatically entered the group, select dates, and get the content.

My concern is, I am looking much simpler way to get this done. URL Authentication is successful using request library. I'm not sure how to go further? using json? web scraping?

Comments