how to pass login credentials to requests module download pdf code example
Example: how to download excel file with password from online python
s.post(site_url, data={'_username': 'user', '_password': 'pass'})
s.post(site_url, data={'_username': 'user', '_password': 'pass'})