This app uses API at https://russianwarship.rip/api-documentation/v2
Setup a Slack app by following the guide at https://slack.dev/bolt-js/tutorial/getting-started
Set scopes to Bot Token Scopes in OAuth & Permission:
files:write
Setup AWS account for Lmabda on your PC
aws configure
Create new .env
and update the information
cp .env.example .env
Put your secrets
Install
yarn install
Run localy
yarn start
In order to deploy the example, you need to run the following command:
$ yarn deploy
Slack bot send notification to channel everyday at 11 EET
Nest is MIT licensed.