Skip to content

Toby Automation is a tool that helps automating tasks by mouse-clicking on images or pressing down keys. Is using Node.js, Robot.js, AutoIt and more.

License

Notifications You must be signed in to change notification settings

ChrisAraneo/toby-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toby-hero

Toby Automation is a tool that helps automating tedious tasks by mouse-clicking on images or pressing down keyboard keys. Toby is coded mainly with TypeScript and is using Node.js, Robot.js, AutoIt and more.

Required software

Installing dependencies

Inside toby-core run npm install

Building and starting the application

  1. Start the image search service:
    Inside image-search/src run go build and then run the compiled executable

  2. (Optional) If using Windows and want to use experimental mouse moving script (powered by AutoIt), then you should compile the move-mouse.au3 in move-mouse to executable. Move the compiled executable into move-mouse/dist

  3. Start the core app:
    Inside toby-core run npm run start to compile Typescript and start the core app
    or run npx tsc to only compile Typescript

About

Toby Automation is a tool that helps automating tasks by mouse-clicking on images or pressing down keys. Is using Node.js, Robot.js, AutoIt and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published