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

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

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
```