Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sirok1/telegram-bot-template

template for telegram bot
https://github.com/sirok1/telegram-bot-template

Last synced: about 6 hours ago
JSON representation

template for telegram bot

Awesome Lists containing this project

README

        

# telegram-bot-template
## Installing
install dependencies with any package manager
```
npm install
or
yarn install
or
pnpm install
```
go to `src` -> `app.ts`. This is an entry point in this application

doc in progress