Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
S

susi_skypebot

> 编程语言
Open source

SUSI Skypebot

1.5K stars0 likes1 views
WebsiteGitHub

About

SUSI Skypebot

Getting Started with SUSI Skype Bot:

To add SUSI Skype bot as a friend click on Add SUSI as a friend and if you want to make your own SUSI Skype bot then follow below given steps:

Pre-requisites:

  • Microsoft's developer Bot Framework Account
  • Github Account
  • Heroku Account

Steps:

  1. Fork this repository.

  2. You have to replace appID and appPassword with your own ID and Password which you can get by below given steps.

  3. Sign in/Sign up to this https://dev.botframework.com/. After signing in go to My Bots option at the top of the page and Create/Register your bot. Enter details of your bot and click on "Create Microsoft App ID and password".

  4. Leave messaging endpoint for now after getting app ID and password we will write messaging endpoint.

  5. Copy your APP ID and Password and save them for later use. Paste your App ID in box given for ID on bot registration page.

  6. Now we have to create messaging endpoint to listen for requests. We have to deploy this github repository to heroku to get url for messaging endpoint.

    If you don't have account on heroku sign up here https://www.heroku.com/ else just sign in and create a new app.

    Deploy forked repository onto heroku from deploy option and choosing github as a deployment method.

    Select automatic deployment so that you make any changes in github repository they should be deployed to heroku.

  7. Open you app from option on top right and copy the link of your heroku app and append it with /api/messages and enter this url as messaging endpoint.

      https://{Your-App-Name}.herokuapp.com/api/messages
    
  8. Register the bot and add APP ID and password you saved to your heroku app in settings->config variables.

  9. Now go to https://dev.botframework.com/ and then in My Bots go to your bot and click on Skype bot then add it to contact and start chatting.

SUSI Skype Bot:

GitHub Issues· 3 open

View all on GitHub
  • #24

    Close issues automatically when a PR is merged

    Updated Mar 2, 2018
  • #23

    Suggestions in the issue template should be commented out

    Updated Mar 2, 2018
  • #22

    Implement the Skypebot without the MS developer framework

    enhancementHacktoberfestUpdated Sep 27, 2017

Highlights

  • •Microsoft&#39;s developer Bot Framework Account
  • •Github Account
  • •Heroku Account

> Tags

JavaScript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言