{"id":17049453,"url":"https://github.com/samccone/count-yourself","last_synced_at":"2025-03-23T04:25:23.892Z","repository":{"id":2726428,"uuid":"3721399","full_name":"samccone/Count-Yourself","owner":"samccone","description":null,"archived":false,"fork":false,"pushed_at":"2012-03-18T17:35:54.000Z","size":192,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-15T12:21:59.327Z","etag":null,"topics":[],"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/samccone.png","metadata":{"files":{"readme":"README.markdown","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":"2012-03-14T19:31:40.000Z","updated_at":"2013-11-28T05:20:52.000Z","dependencies_parsed_at":"2022-09-04T15:52:18.460Z","dependency_job_id":null,"html_url":"https://github.com/samccone/Count-Yourself","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samccone%2FCount-Yourself","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samccone%2FCount-Yourself/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samccone%2FCount-Yourself/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samccone%2FCount-Yourself/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samccone","download_url":"https://codeload.github.com/samccone/Count-Yourself/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245054247,"owners_count":20553480,"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":[],"created_at":"2024-10-14T09:54:39.778Z","updated_at":"2025-03-23T04:25:23.863Z","avatar_url":"https://github.com/samccone.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Overview\n=========\n\nFinds a keyboard device and monitors for ACCESS events\nWhen access events are fired, the user's MAC address with a keyboard ACCESS count is piped through `netcat`\n\nCLIENT For Linux:\n-----------\n\nWill need su access (or `sudo`) to monitor the `/dev/input/event*`\nAdditionally, the `inotify-tools` package needs to be installed\n\n    sudo apt-get install inotify-tools\n\nCLIENT For OS X:\n-----------\n\n\tsudo osx_logger_bin\n\t\nIf you need to recompile from the `osx_logger.c` file, compile with the following command\n\n    gcc -Wall -o osx_logger osx_logger.c -framework ApplicationServices\n\nSERVER:\n-----------\n\nThe \"server\" should be running `nc -lk \u003cport\u003e`\n\nIt will receive an event from a client at most every 5 seconds. If the client does not have any events to report, no message is sent. Otherwise, the format of the message is:\n\n    \u003cMAC address\u003e|\u003ckeypress count\u003e\n\n* TODO Get this working on Apple OS X \n\t* http://danielbeard.wordpress.com/2010/10/29/listening-for-global-keypresses-in-osx/\n\t* modify osx_logger.c to accept an input param that contains the MAC address.  then client.sh can call it with the MAC\n* TODO Decode key pressed, and send character combination instead\n* TODO Weigh keys distance from the home row and send value along with character\n* TODO Record mouse clicks\n* TODO Rewrite this key capture as editor specific plugin (ViM, Emacs, Gedit, ST2, etc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamccone%2Fcount-yourself","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamccone%2Fcount-yourself","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamccone%2Fcount-yourself/lists"}