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
- Host: GitHub
- URL: https://github.com/3job/telebot
- Owner: 3JoB
- License: mit
- Created: 2022-12-29T02:06:55.000Z (almost 3 years ago)
- Default Branch: v2
- Last Pushed: 2024-08-15T22:37:20.000Z (about 1 year ago)
- Last Synced: 2024-08-16T01:22:53.235Z (about 1 year ago)
- Topics: api, bot, framework, go, go-telebot, golang, sdk, telebot, telegram, telegram-bot
- Language: Go
- Homepage: https://crare.pkg.one
- Size: 660 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://godoc.org/github.com/3JoB/telebot/v2)
[](https://github.com/3JoB/telebot/actions)
[](https://t.me/go_telebot)
[](https://app.fossa.com/projects/git%2Bgithub.com%2F3JoB%2Ftelebot?ref=badge_shield)
[](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.
[](https://app.fossa.com/projects/git%2Bgithub.com%2F3JoB%2Ftelebot?ref=badge_large)