An open API service indexing awesome lists of open source software.

https://github.com/ponomarevlad/gist-o-grammy

@grammyjs template for Codespaces
https://github.com/ponomarevlad/gist-o-grammy

Last synced: 2 months ago
JSON representation

@grammyjs template for Codespaces

Awesome Lists containing this project

README

        

# grammY template for Codespaces

> 📖 [Documentation for grammY](https://grammy.dev)

### 1. Set environment variables in `.env` file:

```dotenv
TELEGRAM_BOT_TOKEN="Telegram Bot Token from t.me/BotFather"
```

### 2. Run in long polling mode:

```bash
npm run start
```

Made with 💜 by [Vladislav Ponomarev](https://GitHub.com/PonomareVlad)