如何抓取使用Disqus小部件的网络评论?

时间:2015-02-21 22:36:06

标签: python web-scraping beautifulsoup livefyre

我使用BeautifulSoup来收集各种新闻文章的评论。但是,当我打电话时,一个站点正在使用一个有问题的小部件:

test = soup.find(id="livefyre_comment_stream")
print test

我明白了:

<div id="livefyre_comment_stream"></div>

没有所有&#34;东西&#34;在div标签之间。我不认为我可以使用Disqus API,因为这不是我的网站,我不确定我的其他选项是什么。有什么想法吗?

0 个答案:

没有答案