因此,我要说,Im试图制造一些东西,回答对前导体中某些“hashtag 关键词”(例如“第一组世界材料”)的束缚。 我有这样的文字:
# apply settings, create a mechanize.Browser, etc.
login() # log into twitter
# at this point we ve logged into twitter, now, we will perform navigate to their search page and run a search query:
br.open( http://twitter.com/search?q= + hashtag)
print(br.response().read()) # print the response
因此,我前面的内容是简明的版本,以便迅速进入给我麻烦的现场。
我设立了一个浏览器,记录为tw,但都没有问题。 但是,当时我对冲锋进行了搜索(使用新字),然后我印刷了答复。
在“Twitter”上,“Reply”链接只有在你控制某一具体联系并导致“#”时才会出现(由于它打开了你可以作答复的一件小小pop事),我如何点击“Reply”联系,因为它没有在答复中显示?