README ¶ fredagsboten Fredagsboten is a Slack bot to automatically let your colleagues know it's Friday by posting an randomly selected image to a channel of your choice. Prerequisites A Slack workspace. An AWS account. Setup Start by creating a Slack app and setting up Incoming Webhooks. Configure your AWS account to work with Serverless. Configure a DYNAMO_TABLE_NAME environmental variable with the name of your DynamoDB table. Configure a SLACK_WEBHOOK_URL environmental variable with your Slack Webhook URL. After deploying the first time, add some images to your DynamoDB table, see the item structure below. Change any other values in serverless.yml to fit your needs. Profit! Example image item { "image_url": "https://grodanboll.azurewebsites.net/img/fredagsgrodan/fredagsgrodan512.png", } image_url - points to the image file to use Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files fredagsboten.go image.go slack.go Click to show internal directories. Click to hide internal directories.