social media crossposting tool. 3rd time's the charm
mastodon misskey crossposting bluesky
1import os 2 3DEV = bool(os.environ.get("DEV")) or False 4DATA_DIR = os.environ.get("DATA_DIR") or "./data" 5MIGRATIONS_DIR = os.environ.get("MIGRATIONS_DIR") or "./migrations" 6PLC_HOST = os.environ.get("PLC_HOST") or "http://plc.directory"