Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 381 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 381 Bytes

Requirements

  • Node v10+
  • Yarn/npm

Setup

Install all node dependencies using yarn or npm:

$ yarn install

Create a .env file in the root folder with the following values:

TELEGRAM_BOT_TOKEN=<telegram_bot_token>
MONGODB_URI=<mongo_db_uri>

Running

Make sure your mongo instance is running. Use yarn/npm to start the bot:

$ yarn watch