/foot-bot

Telegram bot for footballers chat

Primary LanguageJavaScript

FootBot

To start local Redis image:

docker-compose up

It will expose 6379 port by default, so FootBot will be able to connect to localhost:6379.

To start FootBot:

FBOT_TOKEN=111111:asdfasdf node index.js

Put your telegram bot token to FBOT_TOKEN env variable.