Skip to content

seatedro/kawaiilogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kawaiilogger 🔑🕵️

this is a stupid metrics self reporter. written in go.

feature list

  • keypress count
  • mouse click count
  • mouse distance traveled (inspo: @mewtru)
  • scroll step count

configuration

if you want to run fully local with no setup, just build and run as noted below.

if however, you want to store these stupid metrics in a db somewhere, do the following:

# create a config.yaml
# ~/.config/kawaiilogger/config.yaml
database:
    type: postgres/sqlite # choose one
    url: # enter your db url if you have any
    filepath: # path to your .sqlite file if any

now just build and run !!

build

env GO111MODULE=on go build

run

./kawaiilogger &
# check the code for other OS logDir
bat ~/.config/kawaiilogger/kawaiilogger.log

About

personal keylogger/ratcatcher

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages