Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elc0mpa/telegram-bot-typescript-template


https://github.com/elc0mpa/telegram-bot-typescript-template

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Telegram Bot Typescript template

This is a template to build Telegram Bots using Nodejs 18, Typescript and Telegraf ^4.16.3

## Dependencies

- axios -> HTTP client
- dayjs -> to work with dates
- dotenv -> to work with environment variables
- telegraf -> to work with Telegram Bots

## Env Variables

- BOT_TOKEN -> Bot token received by Bot Father
- BASE_URL -> Your API base URL