A telegram bot which uses dialogflow to answer an user's input.
- Dialogflow integration to get user intent.
- Stock search.
- Imgur inline query search.
- Weather forecast.
- 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 start
to start the server.