2008-01-16から1日間の記事一覧

pythonメモ

某所にアクセスする際にhttplib.HTTPConnectionを用いる場合 host='mixi.jp' path='/login.pl' if host not in self.connections: postdata = {} postdata['email'] = user postdata['password'] = passwd postdata['next_url'] = '/list_friend.pl' import …