Twitter搜寻器 如何使用 安装Python3,Selenium,chr​​omedriver-binary 编辑源代码:“ *******” =>您要抓取的Twitter用户ID 执行脚本,如下所示: $ python3 crawl.py > log.txt 日志文本是Twitter中显示的原始HTML。 您可能想要提取文本,例如: perl -Mutf8 -CSD -F/\\t/ -nale 'next unless m{<}; if (not m{$}) { $text .= $_."\\n"; next; } $text .= $_; $text =~ m{/status/(\d+)}; $status = $1; $text =~ m{datetime=\"([^\"]+)\"}; $time = $1; $text =~ s{^.*?