# faa **Repository Path**: mirrors_vmware-archive/faa ## Basic Information - **Project Name**: faa - **Description**: The simplest Slack retrobot you ever did see - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-25 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # faa The simplest Slack retrobot you ever did see ## Deploying ### Slack Integration FAA must be configured in your Slack as a "Custom Integration". Here's an example of the production integration settings. ![faa_slack_integration](assets/faa_slack_integration.png) Make sure to configure `URL` to the publicly available URL of your Cloud Foundry app (see below) ### Cloud Foundry FAA runs as an app on Cloud Foundry. To successfully push, you must provide the following: - `SLACK_VERIFICATION_TOKEN`: *string*, Verification token provided by your slack integration, see "Token" in the slack configuration above - `POSTFACTO_RETRO_ID`: *string*, The postfacto ID of your regular retro - `POSTFACTO_RETRO_PASSWORD`: *string*, The retro board password (optional) - `POSTFACTO_TECH_RETRO_ID`: *string*, The postfacto ID of your tech retro (optional) Other configuration necessary to run on Cloud Foundry can be found in our [production manifest.yml](manifest.yml) ## Using Assuming you have configured your slack integration with the command `/retro` ``` /retro [happy/meh/sad/tech] [your message] ``` ## Development - Uses [gvt](github.com/FiloSottile/gvt) for vendoring - Convenient `./bin/build` script