在浏览器中幽灵输入

发布于 2024-12-23 18:54:06 字数 156 浏览 1 评论 0原文

我正在开发一个聊天机器人,它需要在您的网络浏览器(或其他软件)中自动“幽灵”输入内容。目标平台是 Mac OSX,但将来可能需要移植到其他操作系统。需要完成的是接管用户的键盘并为他们“幽灵”打字。

什么编程语言最适合这个项目?如果您也了解这个主题,请帮助引导我走向正确的方向。干杯。

I'm working on a Chat Bot that needs to do some automatic "ghost" typing into your web browser (or other software). The target platform is Mac OSX, but there might be a need for a port to other OS's in the future. What needs to be accomplished is to take over the user's keyboard and "ghost" type for them.

What programming language would suit this project best? If you are also knowledgable in this topic, please help steer me in the right direction. Cheers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏末的微笑 2024-12-30 18:54:06

如果您的目标操作系统是 Mac OSX,您应该考虑使用 Objective-C 和 Cocoa 来开发您的软件

更多信息:http://developer.apple.com/technologies/mac/cocoa.html

但是,如果您是 C/C++ 开发人员,您可以使用 Carbon 开发 32 位 OSX 软件,这将使您更容易如果你决定的话端口到稍后的日期。

更多信息:http://developer.apple.com/carbon/

If your target OS is a Mac OSX you should look to develop your software with Objective-C and Cocoa

More information: http://developer.apple.com/technologies/mac/cocoa.html

However if you are a C/C++ developer you can develop 32-bit OSX software with Carbon, this would make it easier to port if you decide to at a later date.

More information: http://developer.apple.com/carbon/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文