问题标签 [skype4py]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
19345 浏览

python - 需要一个使用 skype4py 发送即时消息的 python 脚本

我已经安装了Skype4py。( http://skype4py.sourceforge.net/doc/html/ )

我不知道蟒蛇。我需要一个简单的示例脚本,它将第一个 cmd 参数作为用户名,第二个参数作为消息。然后应该将此即时消息发送到 Skype 用户名。

有谁知道如何做到这一点?

非常感谢提前

0 投票
0 回答
971 浏览

python - 从Skype帐户拨打电话的python脚本中的问题

我正在尝试通过 Skype 帐户中的 python 脚本拨打电话。它有时会正常运行,有时会出现分段错误,有时会运行没有错误但没有输出。我为此使用了以下脚本,

请给我解决方案,我认为这可能是 Skype4Py.api.posix_dbus.SkypeAPI 线程问题,但没有得到解决方案。

0 投票
0 回答
431 浏览

python - Skype4py 将视频聊天对话框设置为全屏

我正在尝试在视频聊天窗口出现时自动全屏显示。在 Linux 下使用 Skype 2.2 和 Skype4py。

找不到使用 Skype4py 最大化视频对话的方法。

想法?非常感谢。

0 投票
1 回答
749 浏览

python - Skype4Py:获取您正在向其发送消息的人的句柄

我正在使用skype4py 为Skype 制作一个小机器人。该机器人已连接到我的 Skype 客户端,我想要的是让该机器人接受来自我自己或与我聊天的任何人的输入,并输出到输入来自的聊天窗口。

为此,我使用 sendMessage(msgtext, handle_of_person_im_chatting_with)。

当我从正在聊天的人那里收到命令时,这很容易完成,因为 RECEIVED 事件带有一个包含他们用户名的“fromHandle”属性,因此我可以将 sendMessage 定向到该句柄。但是我一生都无法弄清楚如何从 SENT 事件中获取该用户句柄。

0 投票
1 回答
1219 浏览

python - python, skype4py

And nothing happens.. just it turn me out to the console. And I'm trying next to get result without sudo

I don't understand - it's wrong result.

I want to get invite from skype to approve access for my application, which is I take in win32 application. But there is no result. How i can get it?

You can find Skype4Py lib here - http://sourceforge.net/projects/skype4py/

Thanks for any help.

0 投票
1 回答
107 浏览

skype4py - 我可以使用 skype4py 将 SMS 消息的电话号码发送到 Skype 号码吗?

使用 skype4py 包装器,我可以从短信中获取电话号码到我的 Skype 号码吗?

0 投票
2 回答
3281 浏览

python - 无法在 Python 中导入 Skype4Py

我在 Windows 上使用带有 Python 3.2.3 的 Skype4Py。尝试导入 Skype4Py 包时出错,我做了以下操作来弄清楚它是什么:

输出如下:

<class 'Import error'>

No module named skype

我用 Windows 安装程序安装了 Skype4Py。我可以在Python32\Lib\site-packages. 我怎样才能让它工作?

0 投票
1 回答
978 浏览

linux - Python 和 Skype4Py 中 Skype.Attach() 中的分段错误

我尝试为 Skype4Py 运行一个简单的 python 代码,这是我的代码

我的输出是这个

任何人都知道如何解决这个问题?谢谢

0 投票
1 回答
686 浏览

python - Python Skype4Py 消息状态保持为“正在发送”

该代码有效,但由于某种原因,当我发送消息时,它的状态仍然存在SENDING,因此我无法发送任何消息。

编辑:事实证明,只要联系人在线,该方法就会发送消息。

0 投票
1 回答
663 浏览

python - Is it possible to edit a previously sent chat message using the Skype4Py api?

As the title says, I'm curious if the functionality of editing a sent chat message can be replicated programatically using the Skype4Py api. I'm not sure when Skype added this feature, and the API, as far as I know, hasn't been maintained in some years, so I was just curious.

I don't see anything that looks like it would do it in the docs, but,I figured I check here before I give up.