Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gruunday/lyfelogkeylogger
Log Keystrokes per minute to local disk
https://github.com/gruunday/lyfelogkeylogger
lifelog lifelogging
Last synced: 27 days ago
JSON representation
Log Keystrokes per minute to local disk
- Host: GitHub
- URL: https://github.com/gruunday/lyfelogkeylogger
- Owner: gruunday
- Created: 2022-06-28T19:39:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T19:54:15.000Z (over 2 years ago)
- Last Synced: 2024-04-23T13:38:18.455Z (8 months ago)
- Topics: lifelog, lifelogging
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LyfeLog Keylogger
#### Monitor keystrokes locally
**Note:** This doesn't record keys pressed, just the amount of keys pressed every interval
Keystrokes are saved to `/home/$USER/.keylogger/YEAR_MONTH_DAY.log`
### Install
#### Dependencies
* Needs make and pip3 installed
```bash
apt install python3-pip make
```#### Build config files
```bash
make build
```
**Note:** Execute with your user, not sudo#### Install files
```bash
sudo make install
```
**Note:** You will probably need sudo now to install files correctly### Uninstall
```bash
sduo make uninstall
```### Debuging
* Check if the daemon is running
```bash
systemctl status keylogger.service
```* Restart daemon if it is crashed
```bash
systemctl restart keylogger.service
```