telegram-assistant
Version:
telegram bot will help you to do everything you can setup for him
29 lines (17 loc) • 514 B
Markdown
# 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.