{"id":18586736,"url":"https://github.com/oguzhanumutlu/jsautogui","last_synced_at":"2025-04-30T20:06:07.081Z","repository":{"id":196554024,"uuid":"695869210","full_name":"OguzhanUmutlu/jsautogui","owner":"OguzhanUmutlu","description":"JSAutoGUI is an npm package for node.js. Inspired by pyautogui from python. (but noticably faster and better)","archived":false,"fork":false,"pushed_at":"2023-09-29T17:16:00.000Z","size":157,"stargazers_count":28,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T20:05:55.391Z","etag":null,"topics":["cpp","keyboard","mouse","node","npm","pyautogui"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OguzhanUmutlu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-24T13:34:32.000Z","updated_at":"2025-04-22T02:46:03.000Z","dependencies_parsed_at":"2024-12-26T18:24:39.638Z","dependency_job_id":"68c51b8a-3a33-488d-b46b-e28abad0fee8","html_url":"https://github.com/OguzhanUmutlu/jsautogui","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"f61e3a179af678c1628cffe36e7c913f77f6ccd4"},"previous_names":["oguzhanumutlu/jsautogui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OguzhanUmutlu%2Fjsautogui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OguzhanUmutlu%2Fjsautogui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OguzhanUmutlu%2Fjsautogui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OguzhanUmutlu%2Fjsautogui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OguzhanUmutlu","download_url":"https://codeload.github.com/OguzhanUmutlu/jsautogui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251774894,"owners_count":21641731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","keyboard","mouse","node","npm","pyautogui"],"created_at":"2024-11-07T00:38:27.411Z","updated_at":"2025-04-30T20:06:07.055Z","avatar_url":"https://github.com/OguzhanUmutlu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSAutoGui\n\n\u003e JSAutoGUI is an npm package for node.js. Inspired by pyautogui from python. (but noticably faster and better)\n\n![](https://github.com/OguzhanUmutlu/jsautogui/blob/main/tests/code.png)\n\n# How to use?\n\nYou can install the `jsautogui` to your project by typing this in your terminal:\n\n```shell\nnpm install jsautogui\n```\n\nAfter this you can start using the package by importing it:\n\n```js\nimport jsautogui from \"jsautogui\"; // in modulejs\n// or\nconst jsautogui = require(\"jsautogui\"); // in commonjs\n```\n\nNow you can access the functionalities of jsautogui through this variable!\n\n### [You can see a list of all functions in here: JSAutoGUI Wiki](https://github.com/OguzhanUmutlu/jsautogui/wiki)\n\n# How to contribute/fork/edit?\n\nTo alter the C++ codes this project has you have to include some libraries.\n\n#### First start by cloning this project to your local machine by using this command line:\n\n```git clone https://github.com/OguzhanUmutlu/jsautogui.git```\n\nWhich should create a `jsautogui` folder into the cd you are in, in your terminal.\n\n#### For anything to work you will need to install Node.js: https://nodejs.org/en/download\n\n#### Then install node-gyp for node's addon api to be integrated by using the following command file:\n\n```\nnpm install -g node-gyp\n```\n\nI am using VSC for editing the C++ editing and Intellij for JS editing.\n\nSo the rest of the instructions will depend on VSC. (You can contribute to this README by adding more editor instructions!)\n\n#### Install the `C/C++ Extension Pack` in the Extensions tab which is located in the left of the VSC editor.\n\nPress `CTRL SHIFT P` in VSC to open up the command palette then type in `C/C++: Edit Configurations (JSON)` and press `Enter`.\n\nNow you should have the configuration file created at `.vscode/c_cpp_properties.json`.\n\nNow you can add the required paths by putting them in the `includePath`.\n\nNow since you have `node` installed you should have the node api files too.\n\nIts location is(usually):\n- For Windows: `C:\\Program Files\\nodejs\\include\\node` OR `C:\\Users\\HP\\AppData\\Local\\node-gyp\\Cache\\19.8.1\\include\\node` (replace 19.8.1 with your node version)\n- For Linux: `/usr/include/node`\n- For macOS: `/usr/local/include/node`\n\nPut the path into the `includePath` list and let's continue.\n\nYou will also need the windows and linux(x11) header files. (You can contribute to this README by adding the instructions to install the remaining includePaths!)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foguzhanumutlu%2Fjsautogui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foguzhanumutlu%2Fjsautogui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foguzhanumutlu%2Fjsautogui/lists"}