Skip to content

an-empty-string/factsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

factsd

Factsd is the facts daemon. It lets you get/set variables (facts) over HTTP, so you can access them from multiple machines. It supports flexible access control, so you can give certain devices specific access to factsd.

Installation

  • pip install git+https://github.com/an-empty-string/factsd.git
  • factsd initdb
  • factsd serve

Use cases

  • Tasker on your phone sets a parking location fact when you get out of your car. You can view a map of it on your computer or retrieve it on your phone.
  • Your tea coaster sets a fact about the temperature of your tea. You set up a change handler webhook that sends you a notification on Slack when your tea is at a drinkable temperature.
  • You send your currently associated wifi network to a fact in factsd, then use factsd's history functionality to automatically fill out a timesheet with the time you spent at work.

About

the fact daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages