Skip to content

A telegram bot to get word meanings from RAE dictionary

Notifications You must be signed in to change notification settings

josnih21/RAE_bot

Repository files navigation

Coverage branches Coverage functions Coverage lines Coverage statements Deploy to heroku

How to run the project locally

  1. Copy the .env.template file and rename it to .env. Replace the placeholder text for BOT_TOKEN with the valid token.
  2. Install dependencies with npm run install.
  3. You can build the project using npm run build or use npm-watch to rebuild automatically the project on changes.
  4. Get the bot up and running with npm start.