A telegram bot which uses dialogflow to answer an user's input.
- Dialogflow integration.
- Stock search.
- Exchange rate search.
- Reddit media inline query search.
- Weather forecast.
- Mention all administrators in a group.
- Rename the
.env.examplefile to.envand replace the sample with the correct information. - Run
npm installto install the project's dependencies. - Finally run
npm run devto start the development server. - To run the server without
nodemon, runnpm start.