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

https://github.com/zewebdev1337/telefleet


https://github.com/zewebdev1337/telefleet

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# telefleet

telefleet is a small, opinionated go library intended for the management and execution of multiple related Telegram bots using [telebot](https://gopkg.in/telebot.v3). Define, configure, and start multiple bots with shared or individual handlers and middleware.

## Installation

```bash
go get github.com/zewebdev1337/telefleet
```

## Usage

See [example.go](./example.go)