Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Botframework Sdk | 7,194 | 19 | 6 | 6 months ago | 2 | October 20, 2016 | 166 | mit | JavaScript | |
Bot Framework provides the most comprehensive experience for building conversation applications. | ||||||||||
Botbuilder Samples | 4,121 | 2 | 10 days ago | 14 | July 14, 2021 | 172 | mit | HTML | ||
Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Bot Framework SDK! | ||||||||||
Koishi | 3,283 | 98 | a day ago | 30 | March 12, 2023 | 39 | mit | TypeScript | ||
Cross-platform chatbot framework made with love | ||||||||||
Telegram Bot Sdk | 2,739 | 250 | 47 | 4 days ago | 30 | May 28, 2023 | 5 | bsd-3-clause | PHP | |
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box. | ||||||||||
Botframework Emulator | 1,718 | 2 months ago | 3 | February 15, 2019 | 129 | mit | TypeScript | |||
A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK. | ||||||||||
Line Bot Sdk Python | 1,716 | 523 | 13 | 13 days ago | 41 | August 23, 2023 | 3 | apache-2.0 | Python | |
LINE Messaging API SDK for Python | ||||||||||
Api | 985 | 245 | 23 | 2 days ago | 49 | August 09, 2023 | 36 | mit | PHP | |
Native PHP Wrapper for Telegram BOT API | ||||||||||
Line Bot Sdk Nodejs | 891 | 307 | 46 | 2 days ago | 39 | September 22, 2023 | 16 | apache-2.0 | TypeScript | |
LINE Messaging API SDK for Node.js | ||||||||||
Line Bot Sdk Go | 844 | 26 | 9 days ago | 55 | May 18, 2022 | 16 | apache-2.0 | Go | ||
LINE Messaging API SDK for Go | ||||||||||
Botbuilder Dotnet | 822 | 1,328 | 183 | 9 days ago | 141 | May 17, 2022 | 43 | mit | C# | |
Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET. |
The Bot Framework Emulator is a desktop application that allows bot developers to test and debug bots built using the Bot Framework SDK. You can use the Bot Framework Emulator to test bots running either locally on your machine or connect to bots running remotely through a tunnel.
This repo is part the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.
Windows
OS X
Linux
Note for Linux users:
The Emulator leverages a library that uses libsecret
so you may need to install it before running npm install
.
Depending on your distribution, you will need to run the following command:
Debian/Ubuntu: sudo apt-get install libsecret-1-dev
Red Hat-based: sudo yum install libsecret-devel
Arch Linux: sudo pacman -S libsecret
Checkout the Wiki for docs.
Nightly builds are generated using the latest code. Therefore, they may not be stable, and most likely lack up to date documentation. These builds are better suited for more experienced users, although everyone is welcome to use them and provide feedback. Nightly builds of the V4 Emulator are available here.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.
Copyright (c) Microsoft Corporation. All rights reserved.