{"id":17910492,"url":"https://github.com/matthieulemoine/autoclicker","last_synced_at":"2025-08-15T14:31:51.831Z","repository":{"id":57187426,"uuid":"90535528","full_name":"MatthieuLemoine/autoclicker","owner":"MatthieuLemoine","description":":point_up_2: An autoclicker built with Node.js.","archived":false,"fork":false,"pushed_at":"2017-05-07T14:05:58.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-14T19:37:05.860Z","etag":null,"topics":["autoclicker","automation","clicker-game","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MatthieuLemoine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-07T13:44:33.000Z","updated_at":"2024-03-23T02:07:18.000Z","dependencies_parsed_at":"2022-08-28T11:11:50.542Z","dependency_job_id":null,"html_url":"https://github.com/MatthieuLemoine/autoclicker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthieuLemoine%2Fautoclicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthieuLemoine%2Fautoclicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthieuLemoine%2Fautoclicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthieuLemoine%2Fautoclicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatthieuLemoine","download_url":"https://codeload.github.com/MatthieuLemoine/autoclicker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229920732,"owners_count":18144860,"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":["autoclicker","automation","clicker-game","nodejs"],"created_at":"2024-10-28T19:31:55.870Z","updated_at":"2024-12-16T06:41:15.945Z","avatar_url":"https://github.com/MatthieuLemoine.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# autocliker\n\n:point_up_2: An autoclicker built with Node.js.\n\n\n## Install\n\n```\nnpm i -g autoclicker\n```\n\n## Usage\n\n```\nautoclicker\n```\n\nCommands :\n- ``S`` or ``R`` : start/restart auto clicks\n- ``P`` : stop auto clicks\n- ``Q`` : stop auto clicks \u0026 quit\n\n\n## Lib\n\n``autoclicker`` can be used as a module in an existing application\n\n```\nnpm install --save autoclicker\n```\n\n```javascript\nconst autoClicker = require('autoclicker');\n// S key\nconst START   = 31;\n// R key\nconst RESTART = 19;\n// P key\nconst PAUSE   = 25;\n// Q key\nconst STOP    = 30;\n\nautoCliker({\n  keys : {\n    START,\n    RESTART,\n    PAUSE,\n    STOP,\n  },\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthieulemoine%2Fautoclicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthieulemoine%2Fautoclicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthieulemoine%2Fautoclicker/lists"}