ODtian
ODtian
@colalan 老哥,你这个分享链接过期了,能重新发下吗
Same problem, in my case it's windows.media.ocr
Found a workaround, using python module `winrt`.
用webview或者访问api/?login 可以获取一个token,但是会出现无限验证码的问题,不清楚其中的原理,也许是我这里有问题,能帮忙在你那里试一下吗
Traceback (most recent call last): File "onedrivecmd.py", line 96, in main() File "onedrivecmd.py", line 47, in main client = do_init(client, args) File "/content/onedrivecmd/utils/actions.py", line 149, in do_init client = init_business(client)...
我稍微改了一下,用的是o365,添加账户和上传已经做好了,过几天把其他功能做好发出来
> > > @ODtian 请把获取直链的功能也改一下吧,谢谢😊 看我的项目,已经可以使用了,上传做了多线程,随便改了改,只简单测试了下,应该会有很多问题
Thanks for your reply. Actually pywebview is different from electron, it calls .net api on windows to create a webview form in winform (or other webview providers), neither of them...
Wow, that's cool👍. In some way, I think your method mentioned above is available. If `python` can run without node.js, maybe we just need start webview in python process and...
My idea looks like this. The current drill down tree returns a python dictionary, but if it can return a query set like how it list ancestor nodes, it will...