tormozz48 / football-chat-bot-aws

Football Chat Bot. Integrated into Amazon Web Services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

football-chat-bot-aws

Football Chat Bot. Integrated into Amazon Web Services

Local Setup

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

Configuration parameters

Serverless parameters. See documentation

  • telegramBotToken - unique telegram bot token.
  • telegramBotWebhookUrl - url of telegram webhook.
  • vkToken - unique vk bot token string.
  • vkConfirmation - vk verification code.

Scripts

  • npm run lint - Run static checks.
  • npm run dev - Launch service in offline mode.
  • npm run deploy - Launch serverless deploy. See documentation
  • npm test - Run unit tests via Jest.
  • npm run db-gui - Open Web UI pointed to local DynamoDB instance

About

Football Chat Bot. Integrated into Amazon Web Services

License:MIT License


Languages

Language:TypeScript 99.2%Language:JavaScript 0.7%Language:Shell 0.1%