Skip to content

taylorzr/spy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spy

Spy vs Spy

Configuration

cp .envrc.sample .envrc, set your org, and direnv allow

Usage

There is a makefile. Default make will run setup and one iteration. On first run, db will be initialized, no diffs are recorded. Subsequent runs will record set differences, and individual differences, and printed to stdout.

TODO: Add examples of set and individual changes

Todo

  • roadmap
    • supporting re-added users, but that get's recorded under user changes not set changes
    • other outputs
      • signal? or discord?
      • whatever anyone wants, plugin system or something
    • other attrs
      • repo creation
      • follow/ing/ers

sqlite basics

sqlite3 spy.db
sqlite> .tables
sqlite> .schema users

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published