Automatically complete attendance challenges inside of MODHAUS's Cosmo platform. This tool monitors and responds to attendance check-ins, ensuring consistent participation without manual intervention.
Install dependencies:
bun installSet required environment variables:
export ACCESS_TOKEN="your_cosmo_access_token"
export ARTISTS="tripleS,artms" # Optional: comma-separated list of artistsRun the automation:
bun run index.tsBuilt with Bun runtime for fast execution and reliable automation.