Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 545 Bytes

Telegram bot

A telegram bot which uses dialogflow to answer an user's input.

Features

  • Dialogflow integration.
  • Stock search.
  • Exchange rate search.
  • Reddit media inline query search.
  • Weather forecast.
  • Mention all administrators in a group.

How to run

  • Rename the .env.example file to .env and replace the sample with the correct information.
  • Run npm install to install the project's dependencies.
  • Finally run npm run dev to start the development server.
  • To run the server without nodemon, run npm start.