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
Post a Comment