A13 发表于 2018-7-22 16:22:51

PYTHON爬QQ漫画保存为docx和jpg格式

本帖最后由 A13 于 2018-7-23 08:23 编辑

分享一下我写的QQ漫画的爬虫~~
代码可能有点乱,希望大家不要介意

用到了以下库



爬取的图片用于保存在本地图库的jpg格式和推送到kindle上的docx格式
如果有推送到kindle上的需求的话可以回复我,后续考虑加上!!!

我将其打包为exe,可以直接下载使用
只需要把dist/phantomjs文件夹加入环境变量即可食用
下载链接:http://shipo.online/download/

我写这个爬虫是为了看这个漫画
同时也推荐给大家看一下吧挺好看的


源代码:**** Hidden Message *****



love-vitex 发表于 2018-7-26 11:20:53

全球漫画

love-vitex 发表于 2018-7-26 11:29:32

为啥我提示错误。。。



Traceback (most recent call last):
File "C:\Python34\lib\site-packages\selenium\webdriver\common\service.py", line 76, in start
    stdin=PIPE)
File "C:\Python34\lib\subprocess.py", line 858, in __init__
    restore_signals, start_new_session)
File "C:\Python34\lib\subprocess.py", line 1111, in _execute_child
    startupinfo)
FileNotFoundError: 系统找不到指定的文件。

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\love-\Desktop\Cartoon.py", line 39, in <module>
    browser=webdriver.PhantomJS(desired_capabilities=dcap)
File "C:\Python34\lib\site-packages\selenium\webdriver\phantomjs\webdriver.py", line 56, in __init__
    self.service.start()
File "C:\Python34\lib\site-packages\selenium\webdriver\common\service.py", line 83, in start
    os.path.basename(self.path), self.start_error_message)
selenium.common.exceptions.WebDriverException: Message: 'phantomjs' executable needs to be in PATH.

A13 发表于 2018-7-27 00:18:59

love-vitex 发表于 2018-7-26 11:29
为啥我提示错误。。。




你要把phantomjs加入到环境变量中
百度找加入环境变量的教程

xinxinmvc 发表于 2018-7-27 14:42:10

感谢

muhairen 发表于 2019-3-5 11:22:34

谢谢分享

UUUFFF 发表于 2019-5-9 10:02:19

多方观摩
页: [1]
查看完整版本: PYTHON爬QQ漫画保存为docx和jpg格式