Automatic Web logon

Sakis Kasampallis | May 21, 2011 min read

Visiting Yahoo! Answers without using a Web browser 

I believe that services like Yahoo! Answers are very useful and use them at times. The Yahoo! Answers community gives an extra point to users each time they visit their account (but only once/day).

The problem is that usually I'm very busy (or lazy) and thus I always forget to visit my account. Therefore I was looking for ways of automating the process. It looks like this is very straightforward to do when the right tools are used. Here's a quick solution using Python:

You might argue that using clear-text passwords is not a good practice; that is absolutely right, but in this case I'm not insane about the protection of my Yahoo! credentials since Answers is the only Yahoo! service that I use.

Happy coding!