Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sirok1/telegram-bot-template
- Owner: sirok1
- License: gpl-3.0
- Created: 2024-01-24T11:30:55.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-28T22:12:55.000Z (9 months ago)
- Last Synced: 2024-02-28T23:25:53.192Z (9 months ago)
- Language: TypeScript
- Size: 58.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-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 applicationdoc in progress