Skip to content

lehonghai104/telegram-assistant-bot

Repository files navigation

Description

Telegram assistant bot using Nest framework.

Setup database

# run mongo in docker container
$ yarn mongo:init

Get a telegram bot token

https://core.telegram.org/bots/api#authorizing-your-bot

Environment

Create .local.env file to overwrite default environment variables that you do not wish to share with others.

cp .env .local.env

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Author

License

MIT licensed.

About

Just a funny bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published