···77- `cmd/palomar`: search indexer and query servcie (OpenSearch)
88- `cmd/gosky`: client CLI for talking to a PDS
99- `cmd/lexgen`: codegen tool for lexicons (Lexicon JSON to Go package)
1010-- `cmd/laputa`: partial PDS daemon (not usable or under development)
1110- `cmd/stress`: connects to local/default PDS and creates a ton of random posts
1211- `cmd/beemo`: slack bot for moderation reporting (Bluesky Moderation Observer)
1312- `cmd/fakermaker`: helper to generate fake accounts and content for testing
-1
Makefile
···1717.PHONY: build
1818build: ## Build all executables
1919 go build ./cmd/gosky
2020- go build ./cmd/laputa
2120 go build ./cmd/bigsky
2221 go build ./cmd/beemo
2322 go build ./cmd/lexgen
-7
cmd/fakermaker/README.md
···99 ATP_AUTH_PASSWORD="admin"
1010 ATP_AUTH_ADMIN_PASSWORD="admin"
11111212-or, against `laputa` golang PDS implementation (in this repo; already running
1313-locally):
1414-1515- ATP_PDS_HOST=http://localhost:4989
1616- ATP_AUTH_HANDLE="admin.test"
1717- ATP_AUTH_PASSWORD="admin"
1818- ATP_AUTH_ADMIN_PASSWORD="admin"
19122013Then, from the top-level directory, run test commands:
2114