https://github.com/inosid/telebot
Telegram Bot Using Telegraf Library
https://github.com/inosid/telebot
Last synced: 11 months ago
JSON representation
Telegram Bot Using Telegraf Library
- Host: GitHub
- URL: https://github.com/inosid/telebot
- Owner: InosID
- Created: 2024-02-10T14:57:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T05:25:13.000Z (over 2 years ago)
- Last Synced: 2025-04-13T05:26:49.445Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Telegram Bot
### How to install?
```bash
# if you are using windows, just skip this step
> apt install git nodejs
> git clone https://github.com/InosID/telebot
> cd telebot
> npm i && npm i typescript -g
> npm run build
```
## How to start?
```bash
> node .
# or
> npm start
```