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
- Host: GitHub
- URL: https://github.com/ponomarevlad/gist-o-grammy
- Owner: PonomareVlad
- Created: 2023-09-18T17:32:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T17:58:41.000Z (over 1 year ago)
- Last Synced: 2025-02-05T07:13:31.401Z (4 months ago)
- Language: JavaScript
- Homepage: https://grammy.dev
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)