Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
全て、
ログインして別のリンクを呼び出すPythonスクリプトを介してhttpリクエストを送信するにはどうすればよいですか?
ありがとう。
ほとんどの場合、Urllib2で十分です。パスワード、認証、Cookie を強力にサポートします。Cookielib も役立つかもしれません。
httplibを見ましたか?urllibも少し上位レベルのインターフェースであるため、検討する価値があるかもしれません。