{"id":13547133,"url":"https://github.com/robiot/xclicker","last_synced_at":"2025-05-15T17:06:01.187Z","repository":{"id":38335680,"uuid":"413120506","full_name":"robiot/xclicker","owner":"robiot","description":"XClicker - Fast gui autoclicker for x11 linux desktops","archived":false,"fork":false,"pushed_at":"2025-01-18T12:12:06.000Z","size":3115,"stargazers_count":503,"open_issues_count":10,"forks_count":46,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-07T22:08:53.626Z","etag":null,"topics":["auto-clicker","autoclicker","automation","c","linux","linux-automation","mouse","x11","xclicker"],"latest_commit_sha":null,"homepage":"https://xclicker.xyz","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robiot.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},"funding":{"ko_fi":"robiot"}},"created_at":"2021-10-03T15:41:30.000Z","updated_at":"2025-04-04T14:29:58.000Z","dependencies_parsed_at":"2024-01-17T16:56:57.100Z","dependency_job_id":"ce6a92bb-d2e7-471d-9427-468692a1bef7","html_url":"https://github.com/robiot/xclicker","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiot%2Fxclicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiot%2Fxclicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiot%2Fxclicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiot%2Fxclicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robiot","download_url":"https://codeload.github.com/robiot/xclicker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254384988,"owners_count":22062422,"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":["auto-clicker","autoclicker","automation","c","linux","linux-automation","mouse","x11","xclicker"],"created_at":"2024-08-01T12:00:51.391Z","updated_at":"2025-05-15T17:05:56.179Z","avatar_url":"https://github.com/robiot.png","language":"C","readme":"\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/robiot/xclicker/master/img/banner.png\" alt=\"XClicker\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg alt=\"GitHub All Releases\" src=\"https://img.shields.io/github/downloads/robiot/xclicker/total?label=GitHub%20Downloads\" /\u003e\n  \t\u003ca href=\"https://aur.archlinux.org/packages/xclicker\"\u003e\u003cimg alt=\"AUR version\" src=\"https://img.shields.io/aur/version/xclicker\" /\u003e\u003c/a\u003e\n  \t\u003cimg alt=\"GitHub Issues\" src=\"https://img.shields.io/github/issues/robiot/XClicker.svg\" /\u003e\n  \t\u003cimg alt=\"GitHub Contributors\" src=\"https://img.shields.io/github/contributors/robiot/XClicker\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\u003ch4 align=\"center\"\u003eOh hey, I'm on Twitter too if you'd like to follow more about what I'm up to. Hopefully I'll see you there! 😊\u003c/h4\u003e\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://twitter.com/robiot\" target=\"_blank\"\u003e\n\t\thttps://twitter.com/robiot\n\t\u003c/a\u003e\n\u003c/p\u003e\n\n## What is XClicker?\nXClicker is an open-source, easy to use, feature-rich, **blazing fast** Autoclicker for linux desktops using x11.\n\n![Example image](https://raw.githubusercontent.com/robiot/xclicker/master/img/example.png)\n*v1.4.0*\n\n![forthebadge](https://forthebadge.com/images/badges/made-with-c.svg) [![forthebadge](https://forthebadge.com/images/badges/check-it-out.svg)](https://xclicker.xyz/downloads)\n\n## Main features\n * Fairly simple layout;\n * Safe mode, to protect from unwanted behaviour;\n * Autoclick with a specified amount of time between each click;\n * Choose mouse button [Left/Right/Middle];\n * Choose click type [Single/Double/Hold];\n * Repeat until stopped or repeat a given amount of times;\n * Click on a specified location only;\n * Randomize the click interval;\n * Specify hold time per click;\n * Click while holding hotkey down;\n * Start / Stop with a custom hotkey;\n\n### How much cps?\nThe highest I have got with it was around **750cps**, but that was still with 1 millisecond interval.\\\nWith 0 millisecond interval, the focused application may freeze.\n\n## Building\n\nAfter cloning the repository, you only have to run this one command. The executable will be placed in **./build/release/src/xclicker**.\n```\n$ make release\n```\n\n## Installing\nCheck out the [Installation Guide](https://github.com/robiot/xclicker/wiki/Installation)\n\n## All repositories\n- XClicker: https://github.com/robiot/xclicker\n- Web: https://github.com/robiot/xclicker-web\n\n## Contributing\nAll contributions are welcome \u003c3.\nCheck out the [Contibuting Guide](https://github.com/robiot/xclicker/wiki/Contibuting) to see how to setup your enviroment.\n\n## License\nXClicker is licensed under GPL-3.0 LICENSE.\n\nDependencies are licensed by their own.\n","funding_links":["https://ko-fi.com/robiot"],"categories":["C","Applications","Linux"],"sub_categories":["Productivity","Other"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobiot%2Fxclicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobiot%2Fxclicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobiot%2Fxclicker/lists"}