How to login with python and save cookie, then use that info to view page for member only
- by patcsong
I am quite new in python and trying to write a script to login to the page at http://ryushare.com/login.python.
I have try many attempt, but it fails to login and i have no idea why.
After login to the page, I wish to get the return of http://ryushare.com/file-manager.python
Here's the code I try to attempt by reading the example from others.
…