Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elc0mpa/telegram-bot-typescript-template
https://github.com/elc0mpa/telegram-bot-typescript-template
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elc0mpa/telegram-bot-typescript-template
- Owner: elC0mpa
- License: mit
- Created: 2024-02-29T20:00:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T11:40:05.000Z (8 months ago)
- Last Synced: 2024-03-19T12:49:28.285Z (8 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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