|
|
|
|
|
by patja
2478 days ago
|
|
You need to add some parameters for the Yahoo authentication cookie values. -tc and -ty should be set to the cookie values from your browser, after logging into Yahoo. It also needs some try/except handling to be added for all the cases where Yahoo fails to provide the requested asset. Once you sort those things out, it works pretty well. |
|
login.yahoo.com creates 2 cookies. The program's help identifies two flags called -ct and -cy which I assume you're referring to. Am I to understand that to properly run the program, the command should be entered as so:
./yahoo.py -ct %cookieOneContent -cy %cookieTwoContent -u username -p password groupname
I don't know which cookie goes where so I tried it both ways, and both with and without the -u username and -p password flags; none of them worked, only returning HTTP Errors.