Skip to content

BTBTravis/stalky

 
 

Repository files navigation

Stalky: The tracking app that does not track you!

Stalky is a self-hosted app that helps you keep track of anything you want. Don't let others stalk you, stalk yourself!

You can track sleep, mood, caffeine, antisocial tendencies or anything you can think of. Stalky will then help you make sense of the data by analyzing it and finding interesting stuff in it. And it all runs on your computer, never sending your data to anyone else.

Your data is truly in your hands -- everything is stored as CSVs, so you can open it with your favorite text editor (or your favorite data analysis tool, or a crazy visualization program, or anything). Built for geeks, by a geek!

My secret plan is to integrate this with a few hardware trackers, details TBA. I want to nail down the basics first though, so it will take a while.

I want this!

Requires python3 and node*. Install these using your package manager, e.g. sudo apt-get install python3 nodejs.

Type make run, open http://localhost:8500 and enjoy!

Put it on a server behind a reverse proxy such as nginx with HTTP auth if you want to use this from multiple devices.

For more details, check the wiki.

* Actually, doesn't really require node because I have sinned and the compiled file is in the repo. Look here to go without.

Fun integrations

You can use IFTTT's Webhooks endpoint to get data from just about anywhere. Example: Shout "Hey Google, write down, yoga 3" at your fancy expensive speaker. More details in the wiki.

Also, it's just HTTP -- it's easy to roll your own!

I like this!

Me too :-D If you want to increase my motivation and therefore the chances that I'll write some code today, you can say thanks or support me on Liberapay. Or you can write code!

About

Self-hosted app to keep track of anything you want. Don't let others stalk you, stalk yourself!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 74.8%
  • Makefile 11.8%
  • CSS 5.0%
  • Python 4.5%
  • HTML 3.9%