Python: Login on a website
问题 I trying to login on a website and do automated clean-up jobs. The site where I need to login is : http://site.com/Account/LogOn I tried various codes that I found it on Stack, like Login to website using python (but Im stuck on this line session = requests.session(config={'verbose': sys.stderr}) where my JetBeans doesnt like 'verbose' telling me that i need to do something, but doesnt explain exactly what). I also tried this: Browser simulation - Python, but no luck with this too. Can anyone