Select the types of activity you want to include in your feed.
1all: run 2 3run: 4 go run cmd/atscanner.go -verbose 5 6clean-db: 7 dropdb -U atscanner atscanner 8 createdb atscanner -O atscanner