# Telegram bot assistant

Would be your second girlfriend

## Setup

```bash
npm install
```

## Environment

Create your `.env` for production and `.env.local` for local environment

They both should have at least two variables `HOST` and `TELE_BOT` which is your https url and telegram bot token

## Run

```bash
npm run dev
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.
