Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```