文件名称:search-grabber:Python Google搜索抓取工具
文件大小:120KB
文件格式:ZIP
更新时间:2024-05-09 02:11:04
Python
信息 SearchScraper是Python抓取工具,可抓取Google搜索的内容。 如何使用它 该程序需要Python。 您不需要任何其他模块即可运行它。 该程序本身是完全自动化的,根本不需要任何输入。 但是,该程序会读取搜索文件。 您可以按照随附的txt文件的布局进行操作。 程序默认读取的文件名称为searchs.txt 。 你可以改变它,如果你想用你想要的任何替换词搜索(只要操作系统是否与它即可): try: txt = open("searches.txt", "r") count = int(len(open("searches.txt").readlines())) except FileNotFoundError: print('Error: The file "searches.txt" was not found. Please add the
【文件预览】:
search-grabber-main
----README.md(1KB)
----LICENSE(11KB)
----search-grabber()
--------main.py(3KB)
--------start.bat(143B)
--------searches.txt(474B)
----search-scraper()
--------main.py(3KB)
--------start.bat(153B)
--------searches.txt(529B)
----assets()
--------txt.jpg(50KB)
--------running.jpg(40KB)
--------files.jpg(87KB)