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の美しいスープライブラリ経由。そうでない場合は、上記の最善の方法(基本的な機能)を使用してください。
BeautifulSoupは、HTMLを解析および分析するためのツールです。Webサーバーと通信できないため、これを行うには、urllib2(組み込みですが低レベル)またはrequests(高レベル、Cookie、リダイレクト、httpsなどをすぐに処理する)などの別のライブラリが必要になります。mechanizeまたはwindmill、またはを確認することも、JavaScriptコードの実行も必要な場合は、を確認することもできますphantomjs。
urllib2
requests
mechanize
windmill
phantomjs