8000 GitHub - miloira/autojs: The RPC framework of autojs allows you to use Python to operate phone.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

miloira/autojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autojs

The RPC framework of autojs allows you to use Python to operate phone.

Usage

1.Download and install AutoX.js

2.Add autox-client.js to AutoX.js app, then run this script

3.Install autojs

$ pip install autojs

script mode

from autojs import AutoJS

with AutoJS() as auto_js:
    auto_js.app.launchApp('微信').call()
    auto_js.eval('console.log("Hello AutoX.js")')

shell mode

from autojs import AutoJS

with AutoJS() as auto_js:
    auto_js.shell()

Documentation

AutoX.js API documentation at <http://doc.autoxjs.com>.

Meta

Distributed under the MIT license. See LICENSE <https://github.com/miloira/autojs/LICENSE> for more information.

https://github.com/miloira/autojs

About

The RPC framework of autojs allows you to use Python to operate phone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0