Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Community Edition | 6,348 | a year ago | 260 | gpl-3.0 | JavaScript | |||||
Free and Open Source messaging and emailing app that combines common web applications into one. | ||||||||||
Franz | 4,316 | 2 | 2 | 25 days ago | 16 | June 07, 2019 | 387 | apache-2.0 | JavaScript | |
Franz is a free messaging app for services like WhatsApp, Slack, Messenger and many more. | ||||||||||
Bottender | 4,031 | 38 | 19 | 24 days ago | 215 | November 10, 2021 | 72 | mit | TypeScript | |
⚡️ A framework for building conversational user interfaces. | ||||||||||
Messaging Apis | 1,843 | 34 | 14 | 2 months ago | 112 | October 04, 2021 | 11 | mit | TypeScript | |
Messaging APIs for multi-platform | ||||||||||
Claudia Bot Builder | 1,675 | 2 years ago | 11 | mit | JavaScript | |||||
Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes | ||||||||||
Relatedchat | 1,549 | 8 months ago | Swift | |||||||
Open source alternative communication platform | ||||||||||
Ruby Nlp | 1,245 | 3 months ago | 1 | |||||||
A collection of links to Ruby Natural Language Processing (NLP) libraries, tools and software | ||||||||||
Node Red Contrib Chatbot | 845 | 1 | a month ago | 295 | July 08, 2022 | 8 | JavaScript | |||
Visually build a full featured chat bot for Telegram, Facebook Messenger, Whatsapp and Slack with Node-RED. Almost no coding skills required. | ||||||||||
Integrations | 725 | 4 | 26 | 5 years ago | 7 | July 01, 2017 | 30 | agpl-3.0 | JavaScript | |
Connect your App to Multiple Messaging Channels with the W3C Open standard. | ||||||||||
Urban Bot | 475 | 5 | 25 days ago | 41 | September 19, 2022 | 36 | mit | TypeScript | ||
🤖 The universal chatbot library based on React. Write once, launch Telegram, Discord, Facebook, ... every messenger with chatbots |
❗️ New! RedBot 1.0 is out, read here
With RedBot you can visually build a full featured chat bot for Telegram, Facebook Messenger, Viber, Twilio and Slack with Node-RED. Almost no coding skills required.
Node-RED is a tool for wiring together hardware devices, APIs and online services in new and interesting ways.
Maintaining RedBot is very time-consuming, if you like it, please consider:
First of all install Node-RED
$ sudo npm install -g node-red
Then open the user data directory ~/.node-red
and install the package
$ cd ~/.node-red
$ npm install node-red-contrib-chatbot
Then run
node-red
The next step is to create a chat bot, I recommend to use Telegram since the setup is easier ( Telegram allows polling to receive messages, so it's not necessary to create a https certificate). Use @BotFather to create a chat bot, follow instructions here then copy you access token.
Then open your Node-RED and add a Telegram Receiver
, in the configuration panel, add a new bot and paste the token
Now add a Message
node and connect to the Telegram Receiver
Finally add a Telegram Sender
node, don't forget to select in the configuration panel the same bot of the Telegram Receiver
, this should be the final layout
Now you have a useful bot that answers "Hi there!" to any received message. We can do a lot better.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Coded with ❤️ in 🇮🇹