Football Chat Bot. Integrated into Amazon Web Services
Clone application repository:
git clone https://github.com/tormozz48/football-chat-bot-aws.git
Install npm dependencies:
npm install
Launch DynamoDB in Docker
docker-compose up -d
Run service in offline-mode. See documentation
npm run dev
Serverless parameters. See documentation
telegramBotToken
- unique telegram bot token.telegramBotWebhookUrl
- url of telegram webhook.vkToken
- unique vk bot token string.vkConfirmation
- vk verification code.
npm run lint
- Run static checks.npm run dev
- Launch service in offline mode.npm run deploy
- Launch serverless deploy. See documentationnpm test
- Run unit tests via Jest.npm run db-gui
- Open Web UI pointed to local DynamoDB instance