marcioos / bg-club-bot

Telegram bot that fetches info about a boardgame and sends a nice looking message to propose it to your group's next game night
1 stars 0 forks source link
boardgame boardgamegeek telegram-bot

Propose by BGG ID

proposing by BGG ID

Setup

Create a .env file on the project root level. It should contain:

GOOGLE_API_KEY=<API_KEY>
TELEGRAM_BOT_TOKEN=<BOT_TOKEN>

Running

Install dependencies:

yarn install

Start the service in dev mode (for auto-reload on code changes):

yarn start:dev