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

https://github.com/3job/telebot

Telebot is a Telegram bot framework in Go. Fork from https://github.com/tucnak/telebot
https://github.com/3job/telebot

api bot framework go go-telebot golang sdk telebot telegram telegram-bot

Last synced: 6 months ago
JSON representation

Telebot is a Telegram bot framework in Go. Fork from https://github.com/tucnak/telebot

Awesome Lists containing this project

README

          

# Crare
Provides fasthttp and net/http dual network libraries at the same time!

Use this branch if you want to try out the latest features.
If you're after stability, then use the [original project](https://github.com/tucnak/telebot).

If you need some examples, I'll put them in this [organization](https://github.com/gotelebot/).

This is a fork of https://github.com/tucnak/telebot . This library requires minimum go1.21.3

[![GoDoc](https://godoc.org/github.com/3JoB/telebot/v2?status.svg)](https://godoc.org/github.com/3JoB/telebot/v2)
[![GitHub Actions](https://github.com/3JoB/telebot/actions/workflows/codeql.yml/badge.svg)](https://github.com/3JoB/telebot/actions)
[![Discuss on Telegram](https://img.shields.io/badge/telegram-discuss-0088cc.svg)](https://t.me/go_telebot)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2F3JoB%2Ftelebot.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2F3JoB%2Ftelebot?ref=badge_shield)
[![Go Report Card](https://goreportcard.com/badge/github.com/3JoB/telebot/v2)](https://goreportcard.com/report/github.com/3JoB/telebot/v2)

```bash
go get -u github.com/3JoB/telebot/v2
```

- [Docs](#docs)
- [Contributing](#contributing)
- [License](#license)

# Docs
Read the documentation [here](https://crare.pkg.one), it's still a work in progress but will be ready soon.

# Contributing

1. Fork it
2. Clone v2: `git clone -b github.com/3JoB/telebot`
3. Create your feature branch: `git checkout -b v2`
4. Make changes and add them: `git add .`
5. Commit: `git commit -m "add some feature"`
6. Push: `git push origin v2`
7. Pull request

# License

Crare is distributed under MIT.

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2F3JoB%2Ftelebot.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2F3JoB%2Ftelebot?ref=badge_large)