在浏览器中幽灵输入
我正在开发一个聊天机器人,它需要在您的网络浏览器(或其他软件)中自动“幽灵”输入内容。目标平台是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的目标操作系统是 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/