- /usr/bin/python3 /home/xxx/public_html/搜索引擎優化_crawler.py > /dev/null 2>&2
Result
記實一下批量抓取 Google 搜索後果裡的保持的方式。
若是還沒有安裝以下,要先下載安裝:
- pip install beautifulsoup4
- pip install google
複製代碼
- from googlesearch import search
- query = "cambridge"
- for j in search(query, stop=5, pause=2.0):
- print(j)
-
複製代碼
Code
文章出處
接下來設定排程
網頁設計
zosimogx30t4 發表在 痞客邦 留言(0) 人氣()
留言列表