Golang framework & plugins to build multilingual bots for messengers (Telegram, FB Messenger, Skype, Line, Kik, WeChat) hosted on AppEngine, Amazon, Azure, Heroku or standalone.
Have common logic shared across bots working on diffent platforms but do not loose messenger-specific features!
- 🤖
github.com/bots-go-framework/bots-fw
- core package
You would need to use this if you want to implement UI/features specific to some bot platform.
Platform | Module |
---|---|
Telegram | github.com/bots-go-framework/bots-fw-telegram |
Facebook Messenger | github.com/bots-go-framework/bots-fw-fbm |
Viber | github.com/bots-go-framework/bots-fw-viber |
This bot API clients can be used directly without Bots Go Framework.
Platform | Module |
---|---|
Telegram | github.com/bots-go-framework/bots-api-telegram |
Facebook Messenger | github.com/bots-go-framework/bots-api-fbm |
Viber | github.com/bots-go-framework/bots-api-viber |
github.com/dal-go
- Database Abstraction Layer in GO language
Submit a PR for adding a link here if you use Bots Go Framework in your open source project.
- ⚫⚪ Reversi game - open source game.
- ✖️⭕ Bidding Tic-Tac-Toe - open source game.
- 📃✂️ Rock-Paper-Scissors - open source game.