Posts by dr798 • 1 point
1 post
-
0
votes1
answer79
viewsQ: How to get the page after authentication with requests?
I am trying to make a web scraping in python. My code is as follows: import requests from bs4 import Beautifulsoup Session = requests. Session() payload = {'username':'[xxxxx]', 'password':'[xxxxx]'…