├── awesome.md ├── banner.png ├── contributing.md ├── create-list.md └── readme.md /awesome.md: -------------------------------------------------------------------------------- 1 | # The awesome manifesto 2 | 3 | If you want your list to be included on `awesome`, try to only include actual awesome stuff in your list. After all, it's a curation, not a collection. 4 | 5 | But **what is awesome?** 6 | 7 | ## Only awesome is awesome 8 | 9 | Research if the stuff you're including is actually awesome. Put only stuff on the list you or another contributor can personally recommend and rather leave stuff out than include too much. 10 | 11 | ## Awesome badge 12 | 13 | [](https://github.com/sindresorhus/awesome) 14 | 15 | Add an awesome badge to the top of your list, right to the title. [Example](https://github.com/sindresorhus/awesome-nodejs). 16 | 17 | ```md 18 | [](https://github.com/sindresorhus/awesome) 19 | ``` 20 | 21 | ## Comment on why something is awesome 22 | 23 | Apart from suggesting a particular item on your list, you should also inform your readers *why* it's on the list and how they will benefit from it. 24 | 25 | ## Make it clear what the list is about 26 | 27 | Have a succinct description at the top of your readme. Make sure your list covers a certain scope and nothing else. Link to other awesome lists if you think they already cover a certain subject good enough. 28 | 29 | ## Pay attention to grammar 30 | 31 | Ensure your list is grammatically correct, typo free and has no Markdown formatting errors. This should also apply to pull requests. 32 | 33 | ## Choose an appropriate license 34 | 35 | Keep in mind that if you [haven't selected a license](http://choosealicense.com/no-license/), it basically means the people are *not* allowed to reproduce, distribute or create derivative works. 36 | 37 | [Creative Commons licenses](https://creativecommons.org/) are perfect for this purpose. **We would recommend [`CC0`](https://creativecommons.org/publicdomain/zero/1.0/).** Code licenses like MIT, BSD, GPL, and so forth are not recommended. 38 | 39 | ## Include contribution guidelines 40 | 41 | People who are contributing to your list should have a clear understanding how they should do so. 42 | 43 | If you don't feel like writing one from scratch, feel free to take our [contributing.md](contributing.md) and modify it to your own needs. 44 | 45 | ## Stylize your list properly 46 | 47 | Create a table of contents, organize the content into different categories, and use images if suitable. Ensure all entries are consistent (e.g. all entry descriptions end in a `.`). 48 | 49 | ## Accept other people's opinion 50 | 51 | If you're an owner of the list, respect other people's opinion. If there are plenty of users not agreeing to your decision, give it a second thought. 52 | 53 | ## Discovery 54 | 55 | Link back to this list from your list so users can easily discover more lists. -------------------------------------------------------------------------------- /banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DopplerHQ/awesome-bots/2a9be2ada99dee067711202268de5858ae3482fa/banner.png -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | ## Table of Contents 4 | - [Adding to this list](#adding-to-this-list) 5 | - [Creating your own awesome list](#creating-your-own-awesome-list) 6 | - [Adding something to an Awesome list](#adding-something-to-an-awesome-list) 7 | - [Updating your Pull Request](#updating-your-pull-request) 8 | 9 | ## Adding to this list 10 | 11 | Please ensure your pull request adheres to the following guidelines: 12 | 13 | - Search previous suggestions before making a new one, as yours may be a duplicate. 14 | - Make sure the list is useful before submitting. That implies it has enough content and every item has a good succinct description. 15 | - Make an individual pull request for each suggestion. 16 | - Use [title-casing](http://titlecapitalization.com) (AP style). 17 | - Use the following format: `[List Name](link)` 18 | - Link additions should be added to the bottom of the relevant category. 19 | - New categories or improvements to the existing categorization are welcome. 20 | - Check your spelling and grammar. 21 | - Make sure your text editor is set to remove trailing whitespace. 22 | - The pull request and commit should have a useful title. 23 | - The body of your commit message should contain a link to the repository. 24 | 25 | Thank you for your suggestions! 26 | 27 | ## Creating your own awesome list 28 | 29 | To create your own list, check out the [instructions](create-list.md). 30 | 31 | ## Adding something to an awesome list 32 | 33 | If you have something awesome to contribute to an awesome list, this is how you do it. 34 | 35 | You'll need a [GitHub account](https://github.com/join)! 36 | 37 | 1. Access the awesome list's GitHub page. For example: https://github.com/MaximAbramchuck/awesome-interviews 38 | 2. Click on the `README.md` file:  39 | 3. Now click on the edit icon.  40 | 4. You can start editing the text of the file in the in-browser editor. Make sure you follow guidelines above. You can use [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/).  41 | 5. Say why you're proposing the changes, and then click on "Propose file change".  42 | 6. Submit the [pull request](https://help.github.com/articles/using-pull-requests/)! 43 | 44 | ## Updating your Pull Request 45 | 46 | Sometimes, a maintainer of an awesome list will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the awesome-* list guidelines. 47 | 48 | [Here](https://github.com/RichardLitt/docs/blob/master/amending-a-commit-guide.md) is a write up on how to change a Pull Request, and the different ways you can do that. -------------------------------------------------------------------------------- /create-list.md: -------------------------------------------------------------------------------- 1 | # Creating Your Own List 2 | 3 | - Read the awesome manifesto and ensure your list complies. 4 | - Wait at least a couple of weeks after creating a list before submitting to this list to give it a chance to mature. 5 | - Search this list before making a new one, as yours may be a duplicate. If it is, try and contribute to the best one instead of making your own. 6 | - A link back to this list from yours, so users can discover more lists, would be appreciated. 7 | - Make sure you read the contributing guide before submitting a request for your list to be added here. 8 | 9 | Thanks for being awesome! -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 |
15 | 16 | 17 | # Awesome bots [](https://github.com/sindresorhus/awesome) 18 | 19 | This project is no longer actively supported. 20 | 21 | ## Table of Contents 22 | - [Voice bots](#voice-bots) 23 | - [Newsletters](#newsletters) 24 | - [Podcasts and episodes](#podcasts-and-episodes) 25 | - [Popular examples of bots](#popular-examples-of-bots) 26 | - [Directories (lists)](#directories-lists) 27 | - [Messaging platforms](#messaging-platforms) 28 | - [Tools](#tools) 29 | - [Analytics](#analytics) 30 | - [Marketing](#marketing) 31 | - [Monetization](#monetization) 32 | - [Prototyping](#prototyping) 33 | - [Testing](#testing) 34 | - [Internationalization](#internationalization) 35 | - [Customer Service](#customer-service) 36 | - [Sources (news, articles, blogs, resources)](#sources-news-articles-blogs-resources) 37 | - [VentureBeat](#venturebeat) 38 | - [TechCrunch](#techcrunch) 39 | - [Medium](#medium) 40 | - [Reddit](#reddit) 41 | - [Other](#other) 42 | - [Job boards](#job-boards) 43 | - [NLP (tools, engines, SDKs, frameworks)](#nlp-tools-engines-sdks-frameworks) 44 | - [Bot building platforms](#bot-building-platforms) 45 | - [Personal assistants](#personal-assistants) 46 | - [Payment & subscription services](#payment--subscription-services) 47 | - [ChatOps](#chatops) 48 | - [Bot Development](#bot-development) 49 | - [SDKs/Frameworks/Libraries](#sdksframeworkslibraries) 50 | - [Boilerplates/templates](#boilerplatestemplates) 51 | - [Tutorials/guides](#tutorialsguides) 52 | - [Agencies](#agencies) 53 | - [Influencers/People](#influencerspeople) 54 | - [Events](#eventsconferencesmeetups) 55 | - [Fundraising (accelerators, camps, capitals, funds)](#fundraising-accelerators-camps-capitals-funds) 56 | - [Books](#books) 57 | - [Communities/chats](#communitieschats) 58 | - [Video Tutorials](#video-tutorials) 59 | 60 | ## Contents 61 | 62 | ### Voice bots 63 | * [Storyline](https://getstoryline.com) - Create voice apps without coding via visual interface and ready-to-use templates. 64 | * [BotTalk](https://bottalk.de) - Create voice apps for Amazon Alexa and Google Assistant with simple Yaml Markup. 65 | 66 | ### Newsletters 67 | * [How Bot Industry Grow By Up To 100% Month Over Month](https://botcube.co/newsletter) - Five epic actionable bot tricks delivered to your email once a week 68 | * [Bot Weekly](http://botweekly.com/) - Bot Weekly is a weekly round up of the most interesting chatbot and AI news 69 | * [Chat Bots Weekly](http://www.chatbotsweekly.com/) - 4100+ people from companies like Slack, Facebook, PH, Kik and Sequoia are here. Covering the industry around Slack, SMS, Kik and Facebook Messenger chatbots. Also called conversational commerce or #ConvComm 70 | * [Botlist Weekly](http://botlist.us12.list-manage1.com/subscribe?u=b9348305a16bf754c64f822a7&id=71c583935e) - Weekly newsletter from BotList 71 | * [The Messenger](http://orat.us3.list-manage.com/subscribe?u=bc7bf59bacb552868cc103361&id=e906a9ad0a) - A personally curated selection- featuring mobile messengers, chatbots and industry experts 72 | * [Bot! zine](https://botzine.org/) - An online newsletter for #botmakers and bot enthusiasts. Bots, chat bots, art bots, NLP, chat interfaces, machine learning, AI, latest tutorials and resources, interviews and upcoming events 73 | * [Topbots](http://www.topbots.com/) - Make sure you're in-the-know about important news, breakthroughs, and applications of artificial intelligence and bots. TOPBOTS is your ultimate guide to exponential technologies 74 | * [Chatbots weekly digest](http://www.chatbotsdigest.com/) - The Web's best digest on Chatbots & AI, by https://www.botfuel.io 75 | * [BotBeat](http://venturebeat.com/newsletters/) - VentureBeat Newsletters. Connecting the dots: AI, messaging and bots 76 | * [Hearing Voices](https://www.getrevue.co/profile/hearingvoices) - This week's news about voice computing apps, delivered directly to your inbox 77 | * [Alexa News](https://developer.amazon.com/alexa-skills-kit/alexa-developer-newsletter-subscription) - Provide your email address to stay up to date with the latest Amazon Alexa news and IoT and voice industry trends 78 | * [Messaging Weekly](http://www.messagingweekly.com/) - The week's best messaging and #convcomm news, opinions and apps delivered every Friday 79 | * [Technically Sentient](https://inside.com/technically-sentient) - Bringing you the latest in Artificial Intelligence, Robotics, and Neurotechnology 80 | * [Locutius](http://tinyletter.com/locutius) - Locutius starts your week with with everything you need to know about the design and business of conversational systems, from voice to chatbots, plus the machine intelligence that powers it all 81 | * [UX for Bots](http://tumblr.us10.list-manage.com/subscribe?u=abc28827ca1442d42b7900c42&id=581301db03) - A monthly recap of the best content shared on the UX for Bots Facebook group in your inbox 82 | * [Chatbots weekly digest](http://www.chatbotsdigest.com/) - A weekly digest of chatbot and AI related news 83 | 84 | ### Podcasts and episodes 85 | * [O'Reilly Bots Podcast](https://www.oreilly.com/topics/oreilly-bots-podcast) - The O'Reilly Bots Podcast covers advances in conversational user interfaces, artificial intelligence, and messaging that are revolutionizing the way we interact with software 86 | * [BotCast from oratio / Swell](https://botcast.wtf/) - Weekly insights from the bots and messaging space with Pete & David 87 | * [Bots Podcast with Jon Bruner](https://dev.to/sedaily/bots-podcast-with-jon-bruner) 88 | * [VZV Podcast](http://www.verizonventures.com/blog/podcast/episode-1-chatbots-and-ai/) - Chatbots and AI podcast, hosted by Christie Pitts of the Verizon Ventures Development Team 89 | * [a16z Podcast: Bots and Beyond](http://a16z.com/2016/04/18/bots-messaging-conversation-commerce/) - Connie Chan, Benedict Evans, and Chris Messina discuss the topic of bots, mobile, and beyond: the (evolution?) from web to apps to messaging to bots; chat as an interface; “conversational commerce”; and so on 90 | * [Software Engineering Daily](https://softwareengineeringdaily.com/tag/chatbots/) - Weekly podcasts about chatbots and messaging, including Slack Bots Podcast with Amir Shevat 91 | * [LPX Episode 7: Are chatbots the new apps?](https://lpxshow.com/lpx-episode-7-are-chatbots-the-new-apps/) - A podcast about future of chatbots with Robert Stephens, a co-founder of a new chatbot service called Assist. 92 | * [What's Tech](http://www.theverge.com/2016/4/19/11459188/what-are-bots-explainer-faq-guide-facebook-microsoft-) - Casey Newton from The Verge on the interesting applications of bots 93 | 94 | ### Popular examples of bots 95 | * [Poncho](https://poncho.is/) - Poncho delivers customizable weather forecasts daily via email and text message, helping you plan everything from your commute to your outfit. It's free! 96 | * [Swelly](https://www.messenger.com/t/swell.bot/) - Bot to provide the fastest way of asking questions and getting opinions by friends! 97 | * [Instalocate](https://m.me/instalocate) - Instalocate is a real-time flight tracking bot. You can get flight status, delay alerts, arrival, departure, and gate information 98 | * [Kayak](https://www.messenger.com/t/90811893045/) - The bot lets users find flights and hotels using conversational language rather than the old-school method of plugging in dates and sifting through hundreds of results 99 | * [TheScore](https://www.messenger.com/t/theScore/) - theScore brings you real-time sports scores and news from the teams you care about, with deep coverage of MLB, NBA, NFL, NHL and major soccer leagues! 100 | * [Foxsy](https://www.messenger.com/t/515669261955683/) - Foxsy is your personal matchmaking assistant to find a beautiful and meaningful connection with the right person. And, Foxsy is the first and the best matchmaking Chatbot in the world 101 | * [PayPal](https://chatbottle.co/bots/paypal-for-slack) - With PayPal bot you can pay your friends and teammates on Slack and on your preferred device 102 | * [Skyscanner](https://join.skype.com/bot/57bfbc6f-1556-46fc-b4fa-41ea57b26df6) - Skyscanner bot for Skype is a passenger flight search engine that allows users to browse for flights via price and location 103 | * [Visabot](https://www.messenger.com/t/visabot/) - Visabot for Facebook Messenger is an immigration attorney 2.0 Inspired by U.S. top immigration lawyers to deliver the results no lawyer can match 104 | * [Hipmunk](https://www.messenger.com/t/hipmunk/) - Hipmunk chatbot for Facebook Messenger is a super-powered Hipmunk who digs through tons of travel options to help you find the best flights and hotels 105 | * [Mica, the Hipster Cat Bot](https://hipstercatbot.com) - Mica, the Hipster Cat Bot is a venue recommendation bot that helps you discover the best places worldwide - on FB Messenger, Skype, Kik, Telegram 106 | * [Nikabot](https://www.nikabot.com) - A Slack bot that keeps track of what your team is doing so you don't have to 107 | 108 | ### Directories (lists) 109 | * [ChatBottle](https://chatbottle.co/) - Chatbots Search Engine 110 | * [There is a bot for that](https://thereisabotforthat.com/) - Search engine for bots 111 | * [BotList](https://botlist.co/) - App Store for bots 112 | * [Microsoft Bot Directory](https://bots.botframework.com/) - Bot Directory from Microsoft 113 | * [Slack bot directory](https://slack.com/apps) 114 | * [Intento](https://inten.to/) - Search platform for FB Messenger/Telegram/Viber 115 | * [Telegram Bots Store](https://storebot.me/) 116 | * [Discord Bots List](https://top-bots.xyz) 117 | * [Botpages](https://www.botpages.com/) - Botpages help make it easier for you to discover and find bots 118 | * [ProductHunt bot directory](https://www.producthunt.com/topics/bots) 119 | * [TeamChat botstore](http://www.teamchat.com/en/bot-store/) 120 | * [Qwazou Bot](https://www.messenger.com/t/Qwazou) - A Messenger Bot that helps you discover new bots on Messenger. 121 | 122 | ### Messaging platforms 123 | * [Facebook Messenger](https://developers.facebook.com/docs/messenger-platform) 124 | * [WeChat](https://admin.wechat.com/) 125 | * [Skype](https://www.skype.com/en/developer/) 126 | * [Telegram](https://core.telegram.org/) 127 | * [Kik](https://dev.kik.com/#/home) 128 | * [Twitter](https://dev.twitter.com/overview/api) 129 | * [LINE](https://developers.line.me/messaging-api/overview) 130 | * [VKontakte](https://vk.com/dev/bizmessages) 131 | * [iMessage](https://developer.apple.com/imessage/) 132 | * [Viber](https://developers.viber.com/) 133 | * [HipChat](https://www.hipchat.com/docs/apiv2) 134 | * [Skype for Business](https://dev.office.com/Skype) 135 | * [Cisco Spark](https://developer.ciscospark.com/getting-started.html) 136 | * [Slack](https://api.slack.com/bot-users) 137 | * [Smooch](https://smooch.io/) 138 | * [Discord](https://discordapp.com/developers/docs/intro) 139 | * [Amazon Alexa](https://developer.amazon.com/alexa) 140 | * [Google Home/Google Assistant](https://developers.google.com/actions/) 141 | * Web 142 | * [Smooch](https://smooch.io/) 143 | * SMS 144 | * [Twilio](https://www.twilio.com/sms) 145 | * [Sinch](https://www.sinch.com/products/sms-api/) 146 | * Email 147 | 148 | ### Tools 149 | 150 | #### Analytics 151 | * [Botimize](http://www.botimize.io/) - Optimize your bot for happier customers, scientifically. Track, test, and action in real time. It's as easy as 1 - 2 - 3 152 | * [BotMetrics](https://bot-metrics.com/) - Bot & Conversation Analytics 153 | * [Dashbot](https://www.dashbot.io/) - Actionable Bot Analytics. Increase user engagement, acquisition, and monetization through actionable bot analytics. Now supporting Alexa and Google Home 154 | * [BotAnalytics](https://botanalytics.co/) - Make decisions with historical & real time conversation data. We combine real time conversations with historical ones to help answer the toughest questions about engaged, churnable and retained conversations 155 | * [Facebook Bot Analytics](https://developers.facebook.com/docs/messenger-platform/product-overview/analytics) - Official Analytics tool for Facebook Messenger Bots 156 | * [Image-Charts](https://image-charts.com/) - Display high-resolution, beautiful crisp charts to your customers through your chat bot 157 | * [ChatUrl](https://charturl.com/) - Easily add rich, data-driven charts to your web & mobile apps, chat bots, and emails. We’ve thought of everything to help you transform your data into chart images with less effort 158 | * [Botlytics](http://www.botlytics.co/) - Analytics for your bot. Track the messages your bot sends and the conversations your bot has 159 | * [UxProbe](https://www.uxpro.be/chatbot-analytics/) - Use UXprobe to measure the most important thing about a chatbot – how often users are successful. See how users complete or fail tasks (intents). Drill into sessions with failed tasks to improve the logic of your chatbot 160 | * [DialogAnalytics](https://dialoganalytics.com/) - Conversational Analytics. Insights into your conversational applications 161 | * [VoiceLabs](http://voicelabs.co/) - Voice analytics for Alexa and Google Assistant, free and live in 10 minutes 162 | * [Opearlo Analytics](https://analytics.opearlo.com/) - Track the usage of your Alexa Voice Apps 163 | * [Witlingo](http://www.witlingo.com/) - Witlingo is a full stack Software as a Service product that enables you to continually learn about your conversations. We provide out-of-the-box Analytics that measure how your conversation is performing for your customers 164 | * [ChatMetrics](https://chatmetrics.io/) - Push-notifications platform for bots 165 | * [Wordhop](https://www.wordhop.io/) - Wordhop enables humans and AI to work together to enhance customer service, drive eCommerce transactions, and keep customers engaged in conversation 166 | * [Dimon](https://dimon.co/) - Dimon enables bot and chatbot owners to identify and fix issues in their bot conversations 167 | * [ChatbotProxy](https://www.chatbotproxy.com/) - Extensible proxy between your chatbot and providers. It helps debug incoming/outgoing requests using `curl`. And it keeps per page metrics for Facebook Messenger bot apps. 168 | * [Botmeter](https://www.botfuel.io/features/botmeter) - Follow performance, optimize conversations and understand your customers' behaviors through our analytics application. 169 | * [Chatbase](https://chatbase.com) - Analyse and optimize bot conversations. Visualize interaction flow, explore chat conversations, analyze retention and track convertions. 170 | 171 | #### Marketing 172 | * [bCRM](https://bcrm.com/) - CRM for Marketers and Customer Support Staff in the chatbot world 173 | * [Hunch](http://hunchinsights.com) - Hunch is your powerful but super simple analytics assistant that constantly monitors your marketing metrics. From answering AARRR funnel questions to automating your weekly and monthly reporting. 174 | * [Boim](https://bo.im) - Bo.im is gateway to all your channels. It can link to all of your bots, contact info, locations, websites, and much more, while behaving according to where it was clicked on. 175 | * [Messengerify](https://messengerify.me/) - Messengerify will connect the website with your Facebook Page and provide a better chat experience for your customers. Even if visitor leaves your website the conversation can continue via Messenger. 176 | * [WhatsHelp](https://whatshelp.io/) - Messenger Marketing Platform for marketers and entrepreneurs. Grow your subscriber list, create smart bots, and broadcast messages in just a few clicks. 177 | 178 | #### Monetization 179 | * [RadBots](https://radbots.com/) - Monetization Tools For Bots 180 | * [waves.ai](https://www.waves.ai/) - Learn, grow & let your goals become reality 181 | * [cashbot.ai](https://cashbot.ai/?fref=gc) - Monetization platform for chat & voice experiences that leverages the rich context of conversation to make relevant, timely product recommendations which lead directly to sales conversions via mobile & traditional E-Commerce. 182 | 183 | #### Prototyping 184 | * [BotSociety](https://botsociety.io/) - Design your chatbot. The fastest way to create a bot experience preview 185 | * [BotPreview](https://botpreview.com/) - Easily build previews of chatbot interactions. Sketch chatbot interactions using the BotPreview online editor and share them or export as static HTML or MP4/GIF video, without writing a single line of code! 186 | * [BotMock](https://botmock.com/) - Effortlessly Design Bot Conversations. Build customized bot conversations in under 5 minutes. Share them or export as a gif and video - without writing a single line of code! 187 | * [BotFrame](https://botframe.com) - A playground to design bots 188 | * [Bots UI Kit](http://bots.mockuuups.com/) - Bots UI kit for Messenger Platform 189 | * [Layer Messenger design kit](http://layer.com/messaging-design-kit/) - A design kit for Sketch, containing everything you need to craft beautiful and functional rich messaging experiences 190 | * [Convointerface](https://convointerface.com/) - Build Chatbots, Messaging apps, and Conversational forms with easy to use design assets 191 | * [Walkie](https://walkiebot.co/) - Design your bot dialogue. Test copy, add attachments and share with your dev team. Made for humans, readable by Slack 192 | * [Twinery](https://twinery.org/) - Twine is an open-source tool for telling interactive, nonlinear stories 193 | * [Messenger demo viewer](https://messenger-demo-viewer.kilianvalkhof.com) - Demo your Messenger bot interaction without showing personal chats 194 | * [ChatMapper](http://www.chatmapper.com/) - writing and testing non-linear dialogs 195 | * [Cheap Bots, Done Quick!](http://www.cheapbotsdonequick.com/) - Help you make a Twitterbot! They're easy to make and free to run. 196 | * [BotMockup for Telegram](http://mockuprobot.voltsoft.ru/) - Superfast mockup-tool for Telegram bots! Totaly free. Construct and send messages to the sample bot and make screenshots. 197 | 198 | #### Testing 199 | * [BotTesting](http://bottesting.co/) - Test your bot! Send your email and bot link to us, we’ll examine your bot’s performance and usability 200 | * [Dimon](https://dimon.co/) - Dimon enables bot and chatbot owners to identify and fix issues in their bot conversations 201 | * [Chatbottest](http://chatbottest.com/) - ChatbotTest is an open source guide that helps you identify chatbot's design issues under 7 different categories. 202 | 203 | #### Monitoring 204 | * [Dimon](https://dimon.co/) - Monitor your production bot with predefined user scenarios 205 | 206 | #### Internationalization 207 | * [Cyrano](http://cyrano.unbabel.com/) - Make your bot multilingual. Unbabel's Cyrano API instantly enables your bot to chat in more than 20 languages with human quality 208 | * [Indie Localizers Team](https://www.indielocalization.com) - Release polyglot bots with our human help. We're a team of localizers, developers, testers, and SEOs that can help you add more languages to your bot 209 | 210 | #### Customer service 211 | * [LiveChat24/7](https://www.livechat24-7.com/) - Discover how our Chatbot supported Live Chat is the easiest and best way to save time and improve customer service 212 | * [agent.ai](https://www.agent.ai/) - AI-Enhanced Customer Service. Let artificial intelligence resolve your customers’ frequently asked questions in seconds, not days 213 | 214 | ### Sources (news, articles, blogs, resources) 215 | 216 | #### VentureBeat 217 | 218 | * [Bots](http://venturebeat.com/category/bots/) 219 | * [Voice Assistants](http://venturebeat.com/search/?q=voice%20assistant) 220 | 221 | #### TechCrunch 222 | 223 | * [Alexa](https://techcrunch.com/tag/alexa/) 224 | * [Google Home](https://techcrunch.com/tag/google-home/) 225 | * [Bots](https://techcrunch.com/tag/bots/) 226 | 227 | #### Medium 228 | 229 | * [Alexa](https://medium.com/tag/alexa) 230 | * [Voice Assistant](https://medium.com/tag/voice-assistant) 231 | * [Amazon Echo](https://medium.com/tag/amazon-echo) 232 | * [Google Home](https://medium.com/tag/google-home) 233 | * [Siri](https://medium.com/tag/siri) 234 | * [Voice](https://medium.com/tag/voice) 235 | 236 | #### Reddit 237 | 238 | * [Alexa](https://www.reddit.com/r/alexa/) 239 | * [Amazon Echo](https://www.reddit.com/r/amazonecho/) 240 | * [Google Home](https://www.reddit.com/r/googlehome/) 241 | 242 | #### Other 243 | 244 | * [BotCube Telegram channel](https://t.me/botcube) - 🤖 Bots, messaging apps, conversational interfaces, AI & ML — hot reviews & insights from industry experts 🤖 245 | * [Chatbots Magazine](https://chatbotsmagazine.com/) - Chatbots, AI, NLP, Facebook Messenger, Slack, Telegram, and more 246 | * [BotWiki](https://botwiki.org/) - Botwiki is an open catalog of friendly, useful, artistic online bots, and tools and tutorials that can help you make them 247 | * [TopBots](http://www.topbots.com/) - We scour the net for the latest content about bots & artificial intelligence. Be the FIRST to know & understand technical breakthroughs that change how we live and work 248 | * [Chatbot's Life](https://chatbotslife.com/) - Everything you want to know about chatbots 249 | * [ChatbotNewsDaily](https://chatbotnewsdaily.com/) - An Introduction to Chatbots, Messaging Channels and the History of Artificial Intelligence and Robots 250 | * [Bot Stash](http://www.botsfloor.com/botstash/) - A curated directory of chat bot resources & tools 251 | * [Planeta Chatbot](https://planetachatbot.com/?fref=gc) - A chatbot magazine originally created in Spain with the purpose of sharing the latest content about chatbots. 252 | * [UX of Chatbots](http://uxofchatbots.com/) - A curated list of resources to help you on your journey into the User Experience of Chatbots. 253 | 254 | ### Job boards 255 | * [BotMakers](https://botmakers.net/) - The best place to hire chatbot developers. 256 | * [BotCompass](https://botcompass.co) - 🤖 Chatbot companies and developers to power up your business 🤖 257 | * [Botunity](http://botunity.co/) - Find a job you love in the Bot & AI Industry. Your next opportunity could be with one of these leading companies. Apply today 258 | * [BotJobs](http://botjobs.io/) - A job board focused on the Bot Industry 259 | * [Botified](https://botified.io/) - Hire Quality Bot Developers And Find Bot Jobs 260 | * [BotGig](http://www.botgig.com/) - Hire a top-tier development team to build your chatbot 261 | * [BotMakers Projects](https://www.facebook.com/groups/439131813146973) - A Facebook group with Chatbot Development projects curated by BotMakers. 262 | 263 | ### NLP (tools, engines, SDKs, frameworks) 264 | * [wit.ai](https://wit.ai/) - Natural Language Service for Developers from Facebook 265 | * [api.ai](https://api.ai) - Conversational User Experience Platform from Google. Build brand-unique, natural language interactions for bots, applications, services, and devices. 266 | * [h2o.ai](http://www.h2o.ai/) - H2O.ai is a Visionary in the Gartner Magic Quadrant for Data Science Platforms 267 | * [Amazon Lex](https://aws.amazon.com/lex/) - Conversational interfaces for your applications. Powered by the same deep learning technologies as Alexa 268 | * [Rasa NLU](http://rasa.ai/) - Open-source language understanding for bots. A drop-in replacement for popular NLP tools like wit.ai, api.ai or LUIS 269 | * [LUIS](https://www.luis.ai/) - Language Understanding Intelligent Service (LUIS). LUIS lets your app understand language 270 | * [ChatScript](https://github.com/bwilcox-1234/ChatScript) - Natural Language tool/dialog manager 271 | * [IBM Watson](https://www.ibm.com/watson/developercloud/) - Enable cognitive computing features in your app using IBM Watson's Language, Vision, Speech and Data APIs 272 | * [Botfuel NLP](https://www.botfuel.io/en/features/nlp) - Natural Language Understanding/Processing APIs 273 | * [DeepPavlov](https://deeppavlov.ai) - An open source library for deep learning end-to-end dialog systems and chatbots. 274 | 275 | ### Bot building platforms 276 | * [ManyChat](https://manychat.com/) - Create a Facebook bot to engage your audience. Send news and content, automate interaction and much more. Easy 2-minute setup. No coding required. Free 277 | * [BLiP](http://blip.ai/en/) - BLiP helps you serve, engage and sell through conversations on your site and app, Facebook Messenger, Workplace, SMS, Email, Telegram, Twitter, Skype and other popular apps. All you need to create, manage and evolve your chatbot on the same platform. 278 | * [Chatfuel](https://chatfuel.com/) - Build a Facebook bot without coding. Launch a full-featured chatbot in 7 minutes 279 | * [Sequel](https://www.onsequel.com/) - Create messenger bots with personality. Engage your fans and followers with intimate conversational experiences. It only takes minutes to build 280 | * [bothaus.io](http://bothaus.io) - The Chatbot Augmentation Platfom. Build, enrich, deploy & monitor your chatbots and integrate with a range of services. 281 | * [BotEngine](https://botengine.ai/) - BotEngine is a natural language understanding framework that allows you to create intelligent chat bot for any service that will communicate with customers. 282 | * [Meya](https://meya.ai/) - Make amazing bots. Build, train and host your bots using one platform 283 | * [Morph.ai](https://morph.ai/) - Power of chatbots for your business. 284 | * [Motion.ai](https://www.motion.ai/) - Chatbots made easy. Visually build, train & deploy bots to do just about anything 285 | * [Dexter](https://rundexter.com/) - Build and power a conversational engine for your brand 286 | * [HelloStars](https://hellotars.com/) - Create Engaging Conversational Bots. We help you make chatbots to replace webforms – no coding required 287 | * [notify.io](http://www.notify.io/) - Create Conversational Experiences with AI Bots. Our AI bots help publishers and retailers directly engage with customers via messaging and notifications 288 | * [Converse](http://www.converse.ai/) - Start engaging with your customers today! Build intelligent chatbots easily with our Chatflow system 289 | * [FlowXO](https://flowxo.com/) - The bot platform for businesses 290 | * [message.io](https://www.message.io/home) - One bot, every platform. Expand your bot’s reach from a single deployment to a cross-platform giant with a single click using our revolutionary translation technology. Build it once and we customize it to work across platforms, giving you a single source to deploy, support and update 291 | * [Parlo](https://parlo.io/) - Parlo is an enterprise chatbot platform for creating personalized brand conversations at scale 292 | * [It's alive](http://itsalive.io/) - Create a Facebook bot in minutes. Engage your Facebook community with automated content 293 | * [Ubisend](https://www.ubisend.com) - We build world class chatbots to delight your audience and meet your KPIs ubisend develops enterprise grade chatbot and AI solutions that deliver intelligent, on-demand experiences across 29 channels 294 | * [Recast.ai](https://recast.ai/) - Collaborative Bot Platform. Build your own conversational bot! 295 | * [Octane AI](https://octaneai.com/) - The Easiest Way to Create a Chatbot. Drive sales, capture leads, and increase engagement on your Facebook Page. Ready to launch in minutes 296 | * [Rebotify](https://www.rebotify.com/) - Rebotify helps you build chat bot in a fun way. Build once, publish anywhere. Your bots work with Facebook, WeChat and Slack simultaneously 297 | * [Bottr](https://bottr.me/) - A bot is your smart digital avatar - it brings everything in one chat interface, learns by simply talking to you and represents you to the world 24/7! 298 | * [Personify](https://personify.ai/) - Building a bot shouldn't be that hard. Create a white label AI-based bot without any code to automate your business sales and customer interactions 299 | * [Botcamp](http://botcamp.ai/) - The most simple cross-platform chatbot API 300 | * [ChatClub](https://chatclub.me/) - Monetize your Facebook page and increase user engagement 301 | * [TalkBot](https://talkbot.io/) - Build beautiful bots with no coding. Just drag and drop 302 | * [Chatteron](http://www.chatteron.io/) - Build Facebook Chat bots in under 5 minutes! The best AI platform for building chat bots 303 | * [Firebot](https://www.firebot.io/en) - Chatbots for everybody. Build your own Facebook or web chatbot free and without programming 304 | * [Conversable](http://conversable.com/) - Conversable is the enterprise conversational intelligence platform for creating intuitive, on-demand, automated experiences on any messaging or voice channel 305 | * [HemenBot](https://www.hemenbot.com/) - HemenBot is a bot building platform, you can create a messenger bot in a few minutes. 306 | There is free and paid plans. Interface is Turkish but bots can work any latin languages. 307 | * [Botsify](https://botsify.com/) - Create artificial intelligent chatbots without codingc 308 | * [ChattyPeople](http://chattypeople.com/) - Facebook commerce solution with messenger bot, no programming required to build a Facebook bot without coding 309 | * [Fred](https://fredbots.com/) - Fred is an ecosystem with multiple platforms to build transactional channels through messaging 310 | * [ManyBot](https://manybot.io/) - Telegram Bots 311 | * [Mindiq](https://www.mindiq.in/) - Facebook Bots 312 | * [Gupshup](https://www.gupshup.io/) - platform for building and testing bots 313 | * [PandortaBots](http://www.pandorabots.com/) 314 | * [Recime](https://www.recime.io/) - We empower developers to quickly & effectively create serverless bots and deploy them across many channels at once. 315 | * [MachinaBot](https://machinabot.com/is) - A Smart Relay Gateway Designed for Bots. 316 | * [Coren](https://heycoren.com/?fref=gc) - Coren allows both businesses and individuals to easily build & use chatbots to automate repetitive tasks, in an innovative way. 317 | * [JetLink](https://jetlink.io/) - AI powered messaging platform for easy commerce and better support. 318 | * [Broid](https://broid.ai) - Broid’s API enables bots & softwares to converse on more than 20 top messaging channels, including an interactive live chat (web & apps) powered by the best conversational features available. No more doc reading, coding and testing, leverage new channels with the flip of a switch on your dashboard. 319 | * [WhatsHelp](https://whatshelp.io/) - Messenger Marketing Platform for marketers and entrepreneurs. Grow your subscriber list, create smart bots, and broadcast messages in just a few clicks. 320 | * [BotNation AI](https://botnation.ai) - Bot building platform for engaging voice and text-based conversational apps. 321 | * [CONVRG](https://www.convrg.io) - Enterprise AI-powered chatbot and messaging experience platform providing personalized conversations that live on FMB, Kik, Webchat, Alexa and Google Home, integrates with CMS systems and E-Commerce platforms. 322 | * [IBM Bot Asset Exchange](https://developer.ibm.com/code/exchanges/bots/) 323 | * [eXvisory](https://exvisory.ai) - Visual framework for creating 'deep logic' product support AI chatbots able to match the BEST human troubleshooters 324 | 325 | ### Personal assistants 326 | * [x.ai](https://x.ai/) - x.ai is a personal assistant who schedules meetings for you 327 | * [Howdy](https://howdy.ai/) - Meet Howdy — a friendly, trainable bot that helps Slack teams with work 328 | * [Replika.ai](https://replika.ai/) - Replika is your AI friend that you teach and grow through conversation 329 | * [Fin](https://www.fin.com/) - It will help you remember everything. It will help you search your memory and the collective knowledge of everyone to help you find better answers. It will help you get things done. Fin uses a combination of computer and human intelligence to deliver the beginning of that future now 330 | * [Microsoft Cortana](https://www.microsoft.com/en/mobile/experiences/cortana/) - Cortana is a voice-controlled virtual assistant for Microsoft Windows Phone 8.1. Comparable to Siri, the intelligent assistant enabled on Apple devices, Microsoft's Cortana will use the Bing search engine and data stored on the user's smartphone by to make personalized recommendations 331 | * [Siri](http://www.apple.com/uk/ios/siri/) - Talk to Siri as you would to a friend and it can help you get things done — like sending messages, making calls and finding restaurants 332 | * [Mycroft](https://mycroft.ai/) - Mycroft is the world’s first open source voice assistant. It can run anywhere – on a desktop computer, inside an automobile, it even runs on a Raspberry Pi 333 | * [Viv](http://viv.ai/) - Viv is an artificial intelligence platform that enables developers to distribute their products through an intelligent, conversational interface 334 | * [Amazon Alexa](https://developer.amazon.com/alexa) - Alexa, the voice service that powers Echo, provides capabilities, or skills, that enable customers to interact with devices in a more intuitive way using voice 335 | * [Google Home](https://madeby.google.com/home/) - Google Home is a voice-activated speaker powered by the Google Assistant. Ask it questions. Tell it to do things. It’s your own Google, always ready to help. Just start with, "Ok Google" 336 | * [Magic](https://getmagic.com/) - Magic is a special phone number you text to get anything you want, hassle free, 24/7 337 | * [Sensay](https://www.sensay.it/) - Instantly connect with a real human whenever you need advice or inspiration. It’s anonymous, free, and works in your favorite messengers 338 | * [HangoutsChatPollsBot](https://github.com/Samahu/HangoutsChatPollsBot) - A chatbot that allows you to create and run custom polls within G-Suite Hangouts Chat environment 339 | 340 | ### Payment & subscription services 341 | * [Tap2Pay](http://tap2pay.me/) - Payments solution for chatbots 342 | * [Paypal](https://developer.paypal.com/) - Accept payments with one of PayPal's robust APIs. Open the door for Apple Pay, Android Pay, Venmo, and whatever's next with Braintree's SDK, or get up and running quickly with a simple checkout button on your site 343 | * [Stripe](https://stripe.com/) - Stripe is the best software platform for running an internet business. They handle billions of dollars every year for forward-thinking businesses around the world 344 | * [Braintree](https://www.braintreepayments.com/) - An all-in-one payments partner 345 | 346 | ### ChatOps 347 | * [slack-deploy-bot](https://github.com/accessd/slack-deploy-bot) - A Slack bot that helps you to deploy your apps 348 | * [showcase-ansible-chatops](https://github.com/StackStorm/showcase-ansible-chatops) - Vagrant Demo showing ChatOps with Ansible 349 | * [lita](https://github.com/litaio/lita) - ChatOps for Ruby 350 | * [yetibot](https://github.com/devth/yetibot) - Extreme chatops, where chat ∈ {irc,slack} 351 | * [lazlo](https://github.com/djosephsen/lazlo) - A chatops automation framework for Slack in Go 352 | * [gochatbot](https://github.com/ccirello/gochatbot) - Chatops bot in Go 353 | * [hubcommander](https://github.com/Netflix/hubcommander) - A Slack bot for GitHub organization management 354 | * [slash-heroku](https://github.com/atmos/slash-heroku) - /heroku commands for slack 355 | 356 | ### Bot Development 357 | 358 | #### SDKs/Frameworks/Libraries 359 | * [BotPress](https://botpress.io/) - An open-source ecosystem for developers to create, manage and extend bots 360 | * [Botkit](https://github.com/howdyai/botkit) - Botkit is a toolkit for making bot applications 361 | * [Bottie](https://github.com/andrew-templeton/bottie) - simple rules based Slackbot with a basic chat based CMS inteface 362 | * [Bottr](https://github.com/Bottr-js/Bottr) - The world's simplest framework for creating Bots 363 | * [Microsoft Bot Framework](https://docs.botframework.com/en-us/downloads/) - SDKs for multi platform bots 364 | * [Botmaster](http://botmasterai.com/) - A simple chatbot framework for serious projects 365 | * [Alexa Skill Kit](https://github.com/stojanovic/alexa-skill-kit) - Library for effortless Alexa Skill development with AWS Lambda 366 | * [Node.js Messenger Bot](https://github.com/remixz/messenger-bot) - A Node client for the Facebook Messenger Platform 367 | * [Telegram Bot API PHP SDK](https://github.com/irazasyed/telegram-bot-sdk) - Telegram Bot API PHP SDK. Supports Laravel out of the box 368 | * [Wechaty](https://github.com/wechaty/wechaty) - Wechat for Bot. Powered by WebDriver / Node.js / Docker 369 | * [Hangoutsbot](https://github.com/hangoutsbot/hangoutsbot) - Google Hangouts bot 370 | * [Telegram.bot](https://github.com/MrRoundRobin/telegram.bot) - Telegram Bot API - C# Client 371 | * [claudia-bot-builder](https://github.com/claudiajs/claudia-bot-builder) - Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes 372 | * [botman](https://github.com/mpociot/botman) - A framework agnostic PHP library to build chat bots 373 | * [ChatterBot](https://github.com/gunthercox/ChatterBot) - ChatterBot is a machine learning, conversational dialog engine for creating chat bots 374 | * [rust chatbot](https://github.com/jwilm/chatbot) - Chatbot framework in Rust 375 | * [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) - This library provides a pure Python interface for the Telegram Bot API 376 | * [relax](https://github.com/zerobotlabs/relax) - Bots-as-a-Service for Slack 377 | * [python-slackclient](https://github.com/slackapi/python-slackclient) - Slack Developer Kit for Python 378 | * [node-slack-sdk](https://github.com/slackapi/node-slack-sdk) - Slack Developer Kit for Node.js 379 | * [node-telegram-bot-api](https://github.com/yagop/node-telegram-bot-api) - Telegram Bot API for NodeJS 380 | * [telegraf](https://github.com/telegraf/telegraf) - Modern Telegram bot framework 381 | * [telegram.bot](https://github.com/MrRoundRobin/telegram.bot) - Telegram Bot API - C# Client 382 | * [telebot](https://github.com/tucnak/telebot) - Telebot is a Telegram bot framework in Go 383 | * [BootBot](https://github.com/Charca/bootbot) - Facebook Messenger Bot Framework for Node.js 384 | * [slack-ruby-bot](https://github.com/slack-ruby/slack-ruby-bot) - A generic Slack bot framework written in Ruby 385 | * [E.D.D.I](http://eddi.labs.ai/) - Enterprise-Ready Chatbot Platform for creating, running and maintaining customizable chatbots (Java) 386 | * [BotStack](https://github.com/davidmann4/botstack) - Ruby on Rails Framework 387 | * [crystal telegram bot API](https://github.com/hangyas/TelegramBot) - Telegram Bot API for crystal 388 | * [Recime](https://www.recime.io/) - A powerful platform for developers to build enterprise-grade bots. Recime provides the bot framework, developer tools, and a serverless cloud infrastructure. 389 | * [PHPFaceBot](https://github.com/bigicoin/phpfacebot) - PHP Facebook Messenger bot framework/starter kit 390 | * [TestMyBot](https://github.com/codeforequity-at/testmybot) - Automated Testing for Chatbots 391 | * [Messaging APIs](https://github.com/Yoctol/messaging-apis) - Messaging APIs for multi-platform 392 | * [Broid Integrations](https://github.com/broidHQ/integrations) - Open Source version of Broid's API to converse on 20 top messaging channels with one single integration 393 | * [Broid for Botpress](https://github.com/broidHQ/broid-kit-botpress) - Broid Kit Middleware for Botpress 394 | * [Broid Kit](https://github.com/broidHQ/broid-kit) - Bot framework powered by Broid 395 | * [YveBot](https://github.com/andersonba/yve-bot) - The simplest way to build a smart and customized rule-based bot conversation. For Browser & Node. 396 | * [Bottender](https://github.com/Yoctol/bottender) - Make Bots in Your Way, Fast and Flexibly. 397 | * [Botomatic](https://botomatic.io/) - PHP Framework for building Messenger Chatbots 398 | * [Botfuel Dialog](https://github.com/Botfuel/botfuel-dialog) - Open Source Node.js SDK for building highly conversational chatbots 399 | * [Telegram-Typings](https://www.npmjs.com/package/telegram-typings) - A tool for parsing Telegram API page to the typings. 400 | * [Chatito](https://rodrigopivi.github.io/Chatito) - Generate datasets for nlu chatbots quickly using a simple DSL. 401 | * [Probot](https://probot.github.io/) - SDK for building bots around GitHub workflows 402 | * [wayback](https://github.com/wabarc/wayback) - An easier way to interact with several bots for wayback webpage 403 | 404 | #### Boilerplates/templates 405 | * [Ruby Telegram bot boilerplate](https://github.com/MaximAbramchuck/ruby-telegram-bot-starter-kit) 406 | * [PHP Facebook Messenger chatbot boilerplate](https://github.com/christophrumpel/chatbot-php-boilerplate) 407 | * [Facebook Messenger wit.ai node.js boilerplate](https://github.com/SimplyTechnologies/messenger-bot-wit-boilerplate) 408 | * [Web Chatbot Bootsrap Kit in Whatsapp style](https://github.com/AdrianKrebs/chatbot-bootstrap) 409 | * [Node Telegram bot boilerplate](https://github.com/txwkx/node-telegram-bot-boilerplate) 410 | * [Node BotUI + API.AI App Boilerplate](https://github.com/sushantshekhar20/bot_api.ai) 411 | * [Node Telegraf.js Bot Template (async/knex/dotenv/eslint/sao)](https://github.com/Piterden/template-bot) 412 | 413 | #### Tutorials/Guides 414 | * [The Complete Beginner’s Guide To Chatbots](https://chatbotsmagazine.com/the-complete-beginner-s-guide-to-chatbots-8280b7b906ca#.54ql2uhaf) 415 | * [How To Develop A Chat Bot With Node.js](https://www.smashingmagazine.com/2016/10/how-to-develop-a-chat-bot-with-node-js/) 416 | * [Create smart Facebook Messenger Chatbot with Node.js and api.ai (NLP)](https://botcube.co/blog/2017/02/23/tutorial-create-smart-facebook-messenger-chatbot-with-node-js-and-api-ai-nlp.html) 417 | * [Full guide on creating Telegram bot with Rails](https://botcube.co/blog/2017/02/04/full-guide-on-creating-telegram-bot-with-rails.html) 418 | * [Creating a Bot using the Telegram Bot API](https://tutorials.botsfloor.com/creating-a-bot-using-the-telegram-bot-api-5d3caed3266d#.13ywsygju) 419 | * [Creating Chatbots For Discord](https://tutorials.botsfloor.com/creating-chatbots-for-discord-90407e1bf382#.zgegtkapa) 420 | * [A Slackbot in Elixir](https://tutorials.botsfloor.com/mustang-a-slackbot-in-elixir-de1b74bace4e#.l2nwctiuh) 421 | * [Facebook bot with visual recognition](https://tutorials.botsfloor.com/facebook-bot-with-visual-recognition-6f8a0fd9bb0f#.jjzy9x6a6) 422 | * [Build a bot in 2017](https://tutorials.botsfloor.com/build-a-bot-in-2017-64134ca9f05e#.lhhsff5z9) 423 | * [Run Facebook Messenger Chat Bot on AWS Lambda](https://tutorials.botsfloor.com/run-facebook-messenger-chat-bot-on-aws-lambda-2fa800a67d76#.21wsib01w) 424 | * [Build, deploy and manage a Facebook chatbot using Node.js and Cloud 66](https://tutorials.botsfloor.com/build-deploy-and-manage-a-facebook-chatbot-using-node-js-and-cloud-66-9813bffadd54#.551abpxul) 425 | * [Creating an Alexa skill with ASP.Net Web API](https://tutorials.botsfloor.com/having-a-merry-geeky-christmas-creating-an-alexa-skill-with-asp-net-web-api-d4a2cd6d016d#.ncd8crbtu) 426 | * [Connecting Chatfuel with API.AI](https://tutorials.botsfloor.com/connecting-chatfuel-with-api-ai-f2c01cb56b74#.dsjegvity) 427 | * [How to Code a Simple Twitter Bot for Complete Beginners](https://tutorials.botsfloor.com/how-to-code-a-simple-twitter-bot-for-complete-beginners-36e37231e67d#.pqaviyrop) 428 | * [The Secret To Making Your Own Facebook Messenger Bot In Less Than 15 Minutes](https://chatbotsmagazine.com/have-15-minutes-create-your-own-facebook-messenger-bot-481a7db54892#.pn8peyuhu) 429 | * [How to create a chatbot without coding a single line](https://chatbotsmagazine.com/how-to-create-a-chatbot-without-coding-a-single-line-e716840c7245#.jykoqzcza) 430 | * [How To Build Bots for Messenger](https://developers.facebook.com/blog/post/2016/04/12/bots-for-messenger/) 431 | * [Creating a Chat Bot](https://medium.freecodecamp.com/creating-a-chat-bot-42861e6a2acd#.yxi68l2v6) 432 | * [A beginner’s guide to your first bot](https://slackhq.com/a-beginner-s-guide-to-your-first-bot-97e5b0b7843d#.5swghtinl) 433 | * [Pair Programming a Facebook Messenger Bot](https://www.youtube.com/watch?v=zFO1cRr5-qY) 434 | * [Facebook Chatbot Tutorial](https://github.com/AdrianKrebs/facebook-chatbot-tutorial) 435 | * [How To Create a Telegram Bot Using Python](https://khashtamov.com/2017/02/how-to-create-a-telegram-bot-using-python/) 436 | * [How to integrate a Dozen Messaging Platforms in 5 Minutes](https://medium.com/broid/integrate-a-dozen-messaging-platforms-in-5-minutes-4d77ee48f4c3) 437 | 438 | ### Useful articles 439 | * [Comparison: ManyChat vs Chatfuel](https://www.thinktuitive.com/comparison-manychat-vs-chatfuel) - ManyChat vs Chatfuel in-depth review & comparison. 440 | * [Revenue models for bots and chatbots](https://chatbotslife.com/revenue-models-for-bots-and-chatbots-702ca78a1b07) - In this article Amir Shevat from Slack has reviewed the direct and indirect ways that bots can drive revenue to a business. 441 | * [How to Build a Basic Messenger Bot with ManyChat](https://www.thinktuitive.com/how-to-build-a-messenger-bot-with-manychat/) 442 | * [How to Build a Basic Messenger Bot with Chatfuel](https://www.thinktuitive.com/how-to-build-a-messenger-bot-with-chatfuel/) 443 | * [Design Framework For Chatbots](https://chatbotsmagazine.com/design-framework-for-chatbots-aa27060c4ea3) 444 | 445 | ### Agencies 446 | * [Chatbot Developers on BotMakers](https://botmakers.net/chatbot-developers) - 157 (and counting) chatbot development agencies from the [United States](https://botmakers.net/chatbot-developers/in/usa), [Ukraine](https://botmakers.net/chatbot-developers/in/ukraine), [Canada](https://botmakers.net/chatbot-developers/in/canada), [UK](https://botmakers.net/chatbot-developers/in/uk), [Brazil](https://botmakers.net/chatbot-developers/in/brazil), [India](https://botmakers.net/chatbot-developers/in/india), [Germany](https://botmakers.net/chatbot-developers/in/germany), [Israel](https://botmakers.net/chatbot-developers/in/israel), [France](https://botmakers.net/chatbot-developers/in/france), [Belarus](https://botmakers.net/chatbot-developers/in/belarus), [Italy](https://botmakers.net/chatbot-developers/in/italy), [Austria](https://botmakers.net/chatbot-developers/in/austria) and other countries. 447 | * [Letzgro](http://letzgro.net/) - With development team in Ukraine and availability throughout time zones, Letzgro gets hired for most critical web, mobile, video streaming and AI projects 448 | * [Xbots](http://xbots.ai/) - Xbots provides chatbot and conversational AI solutions for your business, personalizing the customer experience 449 | * [Argoz](http://argoz.io/) - Powering natural language understanding with Artificial Intelligence 450 | * [BotsCrew](http://botscrew.com/) 451 | * [imperson](http://imperson.com/) - Imperson's Conversational Bots converse in natural language tailored to your brand’s authentic voice, creating connections that translate to relationships 452 | * [Sodima Solutions](http://sodimasolutions.com/) - We rethink how businesses interact with their customers. Tailored chatbot solutions for the ones that value customer experience & emerging technology 453 | * [Alfabot](https://alfabot.it/en.html) - Conversational UX Studio. We build chat bots for the enterprise. We are focused on Facebook Messenger, Telegram and Slack 454 | * [NLP Bots](http://www.nlpbots.com/) - NLPBOTS integrate with your online product or service; web, intranet or mobile, to give your users an always available help feature via an intelligent chat-bot interface. NLPBOTS continuously learn from their interactions with users and give businesses the opportunity to analyse and build on product or service features that drive efficiency and engagement. 455 | * [BotCompany](http://www.botcompany.co/) - Let your business talk. Deploy Chatbots to promote your brand, increase engagement, drive sales, talk to your customers at scale and get valuable insights from their preferences and behavior 456 | * [Xandra Labs](http://xandralabs.com/) - Xandra is a global chatbot agency creating 'bot' personalities and designing conversations on AI platforms for brands and communities. We think accessing information and services should be as easy and fun as chatting with a friend 457 | * [The Bot Studio](http://www.thebotstudio.com/) - AI Powered Apps & Bots For the automotive & transportation 458 | * [Chatbots Agency](https://chatbotsagency.com) - The Chatbots Agency helps you develop your digital communication designs! 459 | * [Foster.ai](http://foster.ai) - Our conversational experiences improve customer engagement, drive repeat sales & reduce time spent responding to queries 460 | * [Digital Engine](http://digitalengine.io/chatbot-development-agency/) - Make Your AI Chatbot. We build conversational AI and chat products 461 | * [Atchai](http://atchai.com/) - We have experience developing AI chatbots for all the major messaging platforms including Facebook Messenger, Slack, SMS-based chat bots, and voice interfaces such as Amazon Alexa. We can help you understand whether a natural language interface is right for your use case, how to design conversations, and how to apply AI and natural language processing techniques 462 | * [Sage Bots](https://www.sagebots.com/) - We build the savvyist chatbots for the most innovative companies 463 | * [Appartika](http://appartika.com/chat-bots/index.html) - Creating chatbots for business-communications 464 | * [Botego](http://www.botego.com/) - We create smart products that make customers smile 465 | * [AiChat Pte. Ltd](http://aichat.co) - Empowering Conversational Commerce. Create, manage and train chatbot to engage your audiences 466 | * [BotFather](http://www.botfather.ai) - Chatbots for brands 467 | * [Botfuel](https://www.botfuel.io) - Enterprise-ready chatbots 468 | * [ChatFirst LLC](http://www.chatfirst.co) - A.I. Virtual Assistants for Your Business 469 | * [Chatsuite](http://www.chatsuite.com) - We create meaningful dialogues 470 | * [Conversalab](http://conversalab.com) 471 | * [Enterprise Bot](http://www.enterprisebot.org) - Create smart recommendations and customer service agents for your Business 472 | * [Fastbot](http://www.fastbot.io/) - Connect with your customers through messaging. Your customers are on Facebook Messenger, Slack, Kik and Telegram. You need to be too 473 | * [Commons](http://www.commons.fm/) - Chatbots need to think before they speak. We made complex chatbots 474 | * [Harlio bots](http://www.harlio.com) - The revolution is coming. Explore new communication channels with your clients 475 | * [Massively Inc](http://massively.ai/) - We make chatbots people actually want to talk to. Massively enables one-to-one conversations at scale. Our chatbots start smart and get smarter. They engage audiences deeply, make recommendations, play games, and deliver services. We help you save money, enhance customer service and increase sales 476 | * [Mrbot.im](http://mrbot.im) - Intelligent chatbot development for any platform 477 | * [Nimblestack](http://nimblestack.io) - Nimblestack specializes in emergent technology in a fast, integrated manner by simplifying and automating software. We’re fullstack, taking care of both the frontend and backend of development. It’s our job to build software that makes other software. It’s up to you to make some cool stuff, we’ll handle the tech side of it 478 | * [PullString](https://www.pullstring.com) - PullString leads the field of computer conversation with a combination of design & technology. Includes bot authoring, hosted AI & ML 479 | * [QwipIt](http://qwip.it) - Make Chatbots More Human by turning your brand's stories into conversations. QwipIt is an enterprise conversational platform, that can take the great content you're creating and turn it into conversatios with your biggest fans 480 | * [Skilled Creative](http://www.skilledcreative.com) - Emerging Technology initiatives get your customers excited to hear from you. We are a Creative Agency that leads with Technology 481 | * [The Chatbot Factory](http://www.thechatbotfactory.com) - We build smart and flexible chatbots 482 | * [Turbo.ai](http://turbo.ai) - A bot for your business in minutes. 483 | * [Voxable](http://www.voxable.io) - Voxable builds conversational and voice interfaces for products 484 | * [BotSupply](http://botsupply.co/) - We Create Bots for Brands and Agencies 485 | * [Unibot](http://unibot.ai/) - We create personalized bots for businesses 486 | * [BotCopy](https://www.botcopy.com/) - A bot writing and design agency based in sunny LA. 487 | 488 | ### Influencers/People 489 | * **Dag Kittlaus** - Co-Founder/CEO Siri & Viv Labs. [Twitter](https://twitter.com/Dagk) [Medium](https://medium.com/@Dagk) 490 | * **Oren Jacob** - Founder and CEO, PullString. [Twitter](https://twitter.com/orenjacob) [Medium](https://medium.com/@orenjacob) [Facebook](https://facebook.com/748835990) 491 | * **Chris Messina** - Invented the hashtag; X Uber; Xoogler. [Twitter](https://twitter.com/chrismessina) [Medium](https://medium.com/@chrismessina) [Facebook](https://facebook.com/10152495575826874) 492 | * **Sarah Perez** - Reporter at TechCrunch. [Twitter](https://twitter.com/sarahintampaa) [Medium](https://medium.com/@sarahperez) [Facebook](https://facebook.com/10152984267205493) 493 | * **Amir Shevat** - Director of Developer Relations at Slack; Former Developer Relations Program Manager at Google; Author of Designing Bots. [Twitter](https://twitter.com/ashevat) [Medium](https://medium.com/@ashevat) [Facebook](https://www.facebook.com/ashevat) 494 | * **Matt Schlicht** - CEO of Octane.ai, Editor of ChatbotsMagazine, Forbes 30 under 30. [Twitter](https://twitter.com/MattPRD) [Facebook](https://www.facebook.com/Mattfs) 495 | * **Adelyn Zhou** - Co-founder of Topbots. X Nextdoor, Amazon & Eventbrite. [Medium](https://medium.com/@adelynzhou) 496 | [Twitter](https://twitter.com/adelynzhou) [Facebook](https://www.facebook.com/adelyn.lan) 497 | * **Peter M Buch** - Founder of Swell. [Medium](https://medium.com/@petermbuch) [Twitter](https://twitter.com/peterbuch?lang=en) [Facebook](https://www.facebook.com/petermbuch) 498 | * **Dmitry Dumik** - Founder and CEO at Chatfuel. [Facebook](https://www.facebook.com/dumik) [Medium](https://medium.com/@ddumik) 499 | * **Josh Bocanegra** - CEO of Persona Technologies. [Twitter](https://twitter.com/Joshbocanegra) [Facebook](https://www.facebook.com/joshbocanegra) [Medium](https://medium.com/@joshbocanegra) 500 | * **Mikael Yang** - Co-Founder/CEO at ManyChat. [Facebook](https://www.facebook.com/mikedyang) 501 | * **Ted Livingston** - Founder and CEO at Kik Messenger. [Medium](https://medium.com/@tedlivingston) [Twitter](https://twitter.com/ted_livingston) 502 | * **Anastasia Sartan** - CEO/Co-Founder at Epytom. [Linkedin](https://www.linkedin.com/in/anastasia-sartan-67a4583a/) [Medium](https://chatbotsmagazine.com/@nastiasartan) [Facebook](https://www.facebook.com/anastasia.sartan) [Instagram](https://www.instagram.com/nastia_sartan/?hl=en) 503 | * **Mike Melanin** - Co-Founder at Statsbot. [Facebook](https://www.facebook.com/melaninmike) [Twitter](https://twitter.com/mike_melanin?lang=en) [Medium](https://medium.com/@mikemelanin) [ProductHunt](https://www.producthunt.com/@mike_melanin) 504 | * **Eugenia Kuyda** - Co-Founder and CEO at Luka. [Linkedin](https://www.linkedin.com/in/eugenia-kuyda-638a8a1b/) [Crunchbase](https://www.crunchbase.com/person/eugenia-kuyda#/entity) [Medium](https://medium.com/@ekuyda) 505 | * **David Marcus** - Head of Facebook Messenger. [Linkedin](https://www.linkedin.com/in/dmarcus/) [Facebook](https://www.facebook.com/davidm) [Twitter](https://twitter.com/davidmarcus?lang=en) 506 | * **Pavel Durov** - Founder, CEO at Telegram; Founder, ex-CEO of VK. [Twitter](https://twitter.com/durov) [Instagram](https://www.instagram.com/durov/?hl=en) [Facebook](https://www.facebook.com/durov) 507 | * **Dmitry Matskevich** - Co-Founder of Icon8. [ProductHunt](https://www.producthunt.com/@dmitry_matskevich) [Twitter](https://twitter.com/matskevich?lang=en) [Linkedin](https://www.linkedin.com/in/mdima/) 508 | * **Mikhail Naumov** - Co-Founder & President of DigitalGenius. [Linkedin](https://www.linkedin.com/in/mikhailnaumov/) [Twitter](https://twitter.com/mikhailnaumov?lang=en) [Facebook](https://www.facebook.com/mikhail.naumov) 509 | * **Artyom Keydunov** - Co-Founder & CEO at Statsbot. [Linkedin](https://www.linkedin.com/in/keydunov/) [Linkedin](https://twitter.com/keydunov?lang=en) [Medium](https://medium.com/@keydunov) [Facebook](https://www.facebook.com/artkey) 510 | * **David Pichsenmeister** - Co-founder of oratio; Organizer of ChatbotConf and BotsHackathon. [Medium](https://medium.com/@3x14159265) [ProductHunt](https://www.producthunt.com/@3x14159265) [Twitter](https://twitter.com/3x14159265) 511 | * **Mike Gozzo** - Co-Founder of Smooch [Twitter](https://twitter.com/gozmike) [Linkedin](https://www.linkedin.com/in/mgozzo/) [ProductHunt](https://www.producthunt.com/@gozmike) [Medium](https://medium.com/@gozmike) 512 | * **Mikhail Larinov** - Head of Platform at Facebook Messenger. [Facebook](https://www.facebook.com/mikhail99) [Twitter](https://twitter.com/vernon99) [Linkedin](https://www.linkedin.com/in/mikhail-larionov-7601a510/) 513 | * **Ilya Gelfenbeyn** - Co-Founder and CEO of api.ai. [Linkedin](https://www.linkedin.com/in/gelfenbeyn/) [Twitter](https://twitter.com/gelfenbeyn?lang=en) [Medium](https://medium.com/@IlyaG) 514 | * **Esther Crawford** - CEO of Olabot [Linkedin](https://www.linkedin.com/in/esthercrawford/) [Twitter](https://twitter.com/EstherCrawford) [Medium](https://medium.com/@EstherCrawford) [Facebook](https://www.facebook.com/EstherCrawford) 515 | * **Mariya Yao** - Head of Research & Design at TOPBOTS. [Linkedin](https://www.linkedin.com/in/mariyayao/) [Twitter](https://twitter.com/thinkmariya) [Medium](https://medium.com/@thinkmariya) 516 | * **Seth Louey** - ProductHunt 2016 Maker of the Year Nominee; Co-founder of BotList. [Twitter](https://twitter.com/sethlouey) [Linkedin](https://www.linkedin.com/in/sethlouey/) [ProductHunt](https://www.producthunt.com/@sethlouey) [Medium](https://medium.com/@sethlouey) 517 | * **Crystal Rose** - Founder of Sensay. [Twitter](https://twitter.com/crystalrose) [Linkedin](https://www.linkedin.com/in/rosecrystal/) 518 | * **Pavel Doronin** - Founder of AI Today/AI Community - RU/Chatbots Community [Facebook](https://www.facebook.com/pavdor) 519 | * **Alexander Gamanyuk** - Founder of [ChatBottle](https://chatbottle.co/) & [BotMakers](https://botmakers.net/) [Linkedin](https://www.linkedin.com/in/agamanyuk/) [Medium](https://medium.com/@agamanyuk) [ProductHunt](https://www.producthunt.com/@agamanyuk) [Twitter](https://twitter.com/agamanyuk) 520 | * **Dan Gailey** - Founder and CEO of RadBots [Twitter](https://twitter.com/dpg) [Facebook](https://www.facebook.com/dpgailey) [Linkedin](https://www.linkedin.com/in/dangailey/) 521 | * **Barbara Ondrisek** - Co-Founder & CEO of Chatbots Agency, creator and cat mother of Mica, the Hipster Cat Bot [Twitter](https://twitter.com/electrobabe) [Facebook](https://facebook.com/electrobabe) [Linkedin](https://linkedin.com/in/electrobabe/) 522 | * **Issam Hakimi** - Founder and CEO of Broid [Twitter](https://twitter.com/killix) [ProductHunt](https://www.producthunt.com/@killix) [Linkedin](https://www.linkedin.com/in/issamhakimi) 523 | * **Jesús Martín** - Co-Founder of ChatbotTest [Twitter](https://twitter.com/chus9000) [ProductHunt](https://www.producthunt.com/@jesusmartin) [Linkedin](https://www.linkedin.com/in/jesusmartinjimenez/) 524 | * **Audrey Wu** - Co-Founder and CEO at CONVRG. Worked at imperson, the company behind AI chatbots such as Miss Piggy, Zootopia (Judy Hopps) and Doc Brown from Back to the Future. [Twitter](https://twitter.com/mraudreywu) [Linkedin](https://www.linkedin.com/in/audreyellenwu/) [Facebook](https://www.facebook.com/mraudreywu) 525 | 526 | ### Events/Conferences/Meetups 527 | * [Chatbot Summit](https://www.chatbotsummit.com/) - Chatbot Summit Berlin is the second international Chatbot Summit destined to bring together the leading players of the newly formed Chatbot economy 528 | * [ChatbotConf](https://chatbotconf.com/) - The biggest chatbot conference in Europe. Vienna 529 | * [Botness](https://www.botness.org/) - Botness is a two-day gathering in NYC. Bot related startups, tools, bots for work and play, discovery, and engagement 530 | * [BotDay](https://conferences.oreilly.com/artificial-intelligence/bot-ca) - Bot Day offers the strategic and technical insight you need to start implementing AI-driven conversational interfaces that can talk to your customers, make your employees more productive, and streamline your business. SFO 531 | * [Talkabot](https://talkabot.ai/) - Bots, conversational software and community. Conference 532 | * [Bot Developers Meetup SF](https://www.meetup.com/bots-sf/) - We're a bunch of bot/ai/ml building enthusiasts from San Francisco that get together, hack, and demo what we're working on. Welcome! :) 533 | * [Bots Berlin](https://www.meetup.com/Bots-Berlin-Build-better-conversational-interfaces-with-AI/) - This group is about how to design and develop products for these conversational platforms using AI, machine learning and natural language processing. We’re in the early days of the "bot economy" - so let's get together and make it happen! 534 | * [BotBarcamp.Wien](http://BotBarcamp.Wien) - 2 day event about chatbots, bots, AI, Natural Language Processing, Machine Learning, Deep Learning, Virtual Assistants, IoT/VR-bots in Vienna 535 | * [BotsHub Vienna](http://botshub.org) - Monthly event in Vienna 536 | * [Chatbots Brazil](https://www.meetup.com/Chatbots-Brasil/) - Brazil Community 537 | * [Chatbots NYC](https://www.meetup.com/New-York-chatbots-Meetup/) - Meetup in New York City 538 | * [Chatbots Paris](https://www.meetup.com/Chatbots-Paris/events/238084580) - Meetup in Paris 539 | * [Chatbots London](https://www.meetup.com/Chatbots-London-Meetup/) - Meetup in London 540 | 541 | ### Fundraising (accelerators, camps, capitals, funds) 542 | * [BotFunded](https://botfunded.com/) - List of latest fundings for bot startups 543 | * [Alexa Accelerator](http://www.techstars.com/content/accelerators/announcing-alexa-accelerator-powered-techstars/) - Offered in partnership with Amazon’s Alexa Fund, this program is designed to support early-stage companies advancing the state-of-the-art in voice-powered technologies, interfaces and applications, with a focus on Alexa domains such as connected home, wearables and hearables, enterprise, communication devices, connected car and wellness. 544 | * [VoiceCamp](https://betaworks.com/voicecamp/) - Accelerator for voice-based interfaces, including co-investors Lightspeed Venture Partners and Launch Capital. With the new co-investment, each participating company will now receive $200k as part of voicecamp 545 | * [Alexa Fund](https://developer.amazon.com/alexa-fund) - The Alexa Fund provides up to $100 million in venture capital funding to fuel voice technology innovation. We believe experiences designed around the human voice will fundamentally improve the way people use technology 546 | * [TheVentury's ELEVATE Accelerator](https://elevate.theventury.com) - Europe's first bot accelerator. Work with the brightest minds in the business to take your bot from prototype to product-market-fit in 6 months 547 | 548 | ### Books 549 | * [Create Convincing Computer Conversations](https://www.pullstring.com/conversational-writing) - To help you write your own computer conversations, we collected some of the lessons we learned writing "Humani: Jessie's Story" and other projects and put it into this ebook 550 | * [Voice UI Design for Alexa Skill Developers](https://www.pullstring.com/user-interface-design-for-alexa-skill-authors) - This eBook was written based on our years of expertise in authoring human-fidelity computer conversation, and our experience developing The Grand Tour skill for Alexa 551 | * [Designing Bots](http://shop.oreilly.com/product/0636920057741.do) - This book is ideal for beginners and intermediate designers, as well as senior professionals exploring the conversational user experience paradigm. No coding experience or prior knowledge of conversational UI is required 552 | * [Designing Voice User Interfaces: Principles of Conversational Experiences](http://amzn.to/2kbMKL9) - Whether you’re designing a mobile app, a toy, or a device such as a home assistant, this practical book guides you through basic VUI design principles, helps you choose the right speech recognition engine, and shows you how to measure your VUI’s performance and improve upon it 553 | * [Bot Business 101: How to start, run & grow your Bot / AI business](http://amzn.to/2jEGkzW) - "I tried to cover every aspect of the Bot business such as choosing the right distribution channel, the correct approach to a potential client, pricing your Bot, designing a solid conversation flow, discovery, increasing retention and many others" 554 | * [Conversational Interfaces: Principles of Successful Bots, Chatbots & Messaging Apps](http://amzn.to/2hLe1j9) - Conversational Interfaces covers the evolution of messaging platforms like SMS, Facebook Messenger, Apple iMessage, Slack, Kik, and WeChat and how to create successful bots, chatbots, and messaging apps for each platform 555 | * [Chatbots: 100 Successful Business and Brand Bots](http://amzn.to/2hTVrsF) - In this book, we profile 100 of the top bots built on Facebook Messenger, Apple iMessage, Amazon Echo, Kik, Skype, Slack, and WeChat. We feature hundreds of actionable bot strategies that these brands have used to attract, engage and retain users 556 | * [How to Build your First Amazon Alexa Skill](http://www.rocketinsights.com/work/alexa/) - A book that explains the types of Alexa skills, how to build them and how to track user behaviour 557 | * [Designing Conversational Interfaces](http://www.convbook.com/) - A book for designers, developers and founders containing practical guidelines about how to create messaging applications that people will love to use 558 | * [Bot Theory](https://github.com/dpgailey/bot-theory-book) - Bot Theory: A Concise Introduction. Defining the scope, components, architecture and relationships of bots and their environments 559 | * [Building Chatbots with Microsoft Bot Framework and Node.js](https://www.manning.com/books/building-chatbots-with-microsoft-bot-framework-and-nodejs) - A book that provides a Step-by-Step guide to building chatbots using the Microsoft Bot Framework and Node.js. The book also discusses the underlying architecture and design principles for building chatbots. 560 | * [Building a Chatbot with Laravel and BotMan](https://laravel-news.com/chatbot) - "Building a Chatbot with Laravel and Botman" is a hands on guide to building your own personal chatbot. You'll learn how to onboard new users, allow them to access your latest articles, push out new articles in real-time and respond to small talk. 561 | * [Conversational AI](https://www.manning.com/books/conversational-ai) - A book that helps you design, build, train, and test your chatbot. 562 | 563 | ### Communities/chats 564 | * [Bot Designers, Developers & Marketers](https://www.facebook.com/groups/botdesigners/) - Facebook community where experts share information, tactics and strategies for designing, building, and marketing bots. 565 | * [BotCube channel on Telegram](https://t.me/botcube) - 🤖 Bots, messaging apps, conversational interfaces, AI & ML — hot reviews & insights from industry experts 🤖 566 | * [BotChat on Telegram](https://t.me/botcubechat) - 🤖 Public chat where we discuss different topics about bots, bot development, platforms, news etc. 🤖 567 | * [Bot Academy](https://www.facebook.com/groups/BotAcademy/) - Facebook community for people interested in bots and Facebook Messenger Marketing. 568 | * [Bots group - Facebook](https://www.facebook.com/groups/chatbot/) - This is a private group for people interested in learning about and building chat bots 569 | * [BOTS group - Facebook](https://www.facebook.com/groups/1164551213581286/) - Facebook group about chatbots 570 | * [Chatbots News](http://news.chatbotsmagazine.com/login) - An intelligent, supportive, and collaborative community for chatbot developers, designers, creators, and enthusiasts. Moderated by the Chatbots Magazine team 571 | * [UX for Bots](https://www.facebook.com/groups/uxforbots/) - Build together the best experience for bots! Share the best resources, discuss about UX & bots 572 | * [HHBots](https://www.facebook.com/groups/hhbots/) - This group was created to provide a place for people to talk about their favorite facebook bots, slack bots, or any kind of bots! 573 | * [Messenger Platform Developer Community](https://www.facebook.com/groups/242384196138564/) - This is a forum for developers building on the Messenger platform to interact with the Messenger team and other developers 574 | * [Botmakers](https://botmakers.slack.com) - Slack community for bot enthousiasts, developers & marketers 575 | 576 | 577 | ### Video Tutorials 578 | * [Build Incredible Chatbots](https://www.udemy.com/build-incredible-chatbots/?siteID=Fh5UMknfYAU-gy71h1TJa1rrvII1WfvRiA&LSNPUBID=Fh5UMknfYAU) - The most comprehensive and complete bot developer course. Build & deploy chat bots for fun, business, and enterprise. 579 | * [Creating Bots in the Microsoft Bot Framework Using C#](https://mva.microsoft.com/en-us/training-courses/creating-bots-in-the-microsoft-bot-framework-using-c-17590?l=02bOQBlqD_2600115881) - Get started creating your first bot with a built-in template. Watch helpful demos to learn about the many ways of communicating with the user, beyond just text, that Microsoft Bot Framework includes. 580 | 581 | ### License 582 | 583 | [](https://creativecommons.org/publicdomain/zero/1.0/) 584 | --------------------------------------------------------------------------------