Charca / bootbot

Facebook Messenger Bot Framework for Node.js
MIT License
974 stars 254 forks source link

Are you using BootBot in production? #60

Open Charca opened 7 years ago

Charca commented 7 years ago

Hey folks,

I'm planning on adding a section to the repo's documentation featuring bots built using BootBot that are already in production for people to try out. I just found out that the amazing Game of Thrones chatbot GoTBot uses this framework, and I thought it'd be pretty cool to showcase other users.

So if you have a chatbot built with BootBot that you'd like to showcase on the repo, please drop a link in this issue. Thanks!

Jimlnth commented 7 years ago

I'm working this way and I'm planning to use it in production.

Something important that crossed my mind though in this case is Cluster. That would be really an added value to have the opportunity to use Cluster in a production environment. I'm not sure if it's really necessary in the case of a messenger chatbot but currently it's pretty hard to include Cluster in BootBot.

sotirelisc commented 7 years ago

I've recently published my personal CV bot made with BootBot. You can talk to it at: https://m.me/thecvbot

However, I'm a bit worried regarding the development of the framework. Will the current PRs be accepted?

mmayla commented 6 years ago

I developed MysteryBot using this awesome framework.

MysteryBot is from the top finalists in Facebook bots for messenger challenge

MysteryBot allows you to share mysteries anonymously, support and comment on other people mysteries.

mraaroncruz commented 6 years ago

I launched Ruby News Bot for folks who want Ruby related news daily. It's an experiment in a multi-page bot and uses rivescript with CMS-like editor and falls back to wit.ai.

I hope to add chatbot news and some other news bots but I haven't prioritized it.

Bootbot ended up being a much smaller part of this whole thing than I imagined in the start. It made hard things easy though.

tcelestino commented 6 years ago

I've been using Facebook Messenger API direct, but I saw the GoTBot on subreddit /r/chatbots (I recommend). I changed my approaches. I'll rewrite the code to use the BootBot. When I launch it, I'll update here. :)

PS.: congrats for job