Add ymsdk to Bot Building (#6222)

ymsdk is a Go SDK for Yandex Messenger Bot API with type-safe models,
automatic retry with exponential backoff, and rate-limit handling.

- Repository: https://github.com/rekurt/ymsdk
- pkg.go.dev: https://pkg.go.dev/github.com/rekurt/ymsdk
- Go Report Card: https://goreportcard.com/report/github.com/rekurt/ymsdk
- License: MIT

Co-authored-by: nikita42 <13642481+rekurt@users.noreply.github.com>
This commit is contained in:
nikita42 2026-04-08 04:25:05 +03:00 committed by GitHub
parent 48abadd904
commit cc2160e623
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -342,6 +342,7 @@ _Libraries for building and working with bots._
- [telegram-bot-api](https://github.com/go-telegram-bot-api/telegram-bot-api) - Simple and clean Telegram bot client.
- [TG](https://github.com/enetx/tg) - Telegram Bot Framework for Go.
- [wayback](https://github.com/wabarc/wayback) - A bot for Telegram, Mastodon, Slack, and other messaging platforms archives webpages.
- [ymsdk](https://github.com/rekurt/ymsdk) - Go SDK for Yandex Messenger Bot API with type-safe models, automatic retry, and rate-limit handling.
- [Wisp](https://github.com/wisp-trading/wisp) - Event-driven trading framework for Go. Spot, perpetual futures, prediction markets. Multi-exchange (Bybit, Hyperliquid, Polymarket).
**[⬆ back to top](#contents)**