吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1182|回复: 1
收起左侧

[求助] pytthon调用IDM问题

[复制链接]
dengdengda 发表于 2021-7-30 17:17
想在python里面调用IDM,因为要添加referer进去,只能用接口
网上找了一下,IDM留有接口API,并且给了C++以及VB的使用方法(IDM官方文档):
http://www.internetdownloadmanager.com/support/idm_api.html

有文章讲到支持VB就可以到Python:(以下为引用)
(idmapi似乎可以从visualbasic访问,这很好,因为这意味着它支持IDispatch,因此支持Python。您想使用comtypes库。使用VB sample作为原型:
[Asm] 纯文本查看 复制代码
import comtypes.client as cc
import comtypes

referrer = ""
cookie = ""
postData = ""
user = ""
password = ""
cc.GetModule(["{PUT_UUID_HERE}",1,0])
# not sure about the syntax here, but cc.GetModule will tell you the name of the wrapper it generated
import comtypes.gen.IDManLib as IDMan
idm1 = cc.CreateObject("IDMan.CIDMLinkTransmitter", None, None, IDMan.ICIDMLinkTransmitter2)
idm1.SendLinkToIDM("http://www.internetdownloadmanager.com/idman401.exe",
referrer, cookie, postData, user, password, r"C:\\", "idman401.exe", 0)



我试着跑了一下,报错两个:
1、[WinError -2147221005] 无效的类字符串,,是   cc.GetModule(["{PUT_UUID_HERE}",1,0])  这句引起的
删掉后报错
2、ModuleNotFoundError: No module named 'comtypes.gen.IDManLib'


求助内容:这个comtypes.gen.IDManLib  module怎么安装呢?

网上关于这块的内容实在是太少太少了

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

三滑稽甲苯 发表于 2021-7-30 19:50
https://pypi.org/project/comtypes/
先安装这个库试试
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-26 00:39

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表