googlemaps-scraper:Google Maps评论刮

时间:2024-05-29 02:59:46
【文件属性】:

文件名称:googlemaps-scraper:Google Maps评论刮

文件大小:28KB

文件格式:ZIP

更新时间:2024-05-29 02:59:46

python scraper google-maps reviews Python

Google Maps Scraper Scraper of Google Maps评论。 该代码允许从Google Maps中特定兴趣点(POI)的网址开始提取最新评论。 另一个扩展功能有助于监视评论并将其增量存储在MongoDB实例中。 安装 请按照以下步骤使用刮板: 从下载Chromedrive。 使用pip,conda或virtualenv从需求文件安装Python软件包: conda create --name scraping python=3.6 --file requirements.txt 注意:需要Python> = 3.6。 基本用法 scraper.py脚本需要两个主要参数作为输入: --i :输入文件名,其中包含指向Google Maps地点评论的网址列表(默认值: urls.txt ) --N :要检索的评论数,从最新的开始(默认值:100) 例


【文件预览】:
googlemaps-scraper-master
----.gitignore(1KB)
----urls.txt(632B)
----requirements.txt(54B)
----data()
--------gm_reviews.csv(30KB)
----scraper.py(3KB)
----LICENSE(34KB)
----monitor.py(5KB)
----README.md(3KB)
----googlemaps.py(8KB)

网友评论