Giter Site home page Giter Site logo

linebottoteams's Introduction

Connect LINE bot to Microsoft Teams

This project is to connect LINE bots with Microsoft Teams by using Azure Functions and Messaging API.

Programming language for this project:

  • JavaScript

Tools for this project:

  • Azure Account
  • LINE Developer Account

System Architecture:


Method:

- Setup Azure Functions

  1. Start with Azure Portal

  2. Search and Select Function App service

  3. Click Add and type the detail

    • Runtime Stack select 'Node.js'
    • Region: SEA
  4. Click Review + create

  5. Click New function after finish create Function App

    • Select 'Webhook + API'
  6. After create finish you will get main function is 'HttpTrigger1'

  7. Press the View files button on the right hand side to see a list of files in the folder 2 files: index.js and function.json. Create another file, click Add and type the filename 'package.json' and enter.

    • Add code below this
    { "version": "1.0.0",
      "private": true,
      "description": ""}
  8. After add and save, click Console

    • Type command below this
      npm install npm@latest -g
    • After update, type 2 commands npm install axios npm install moment
  9. Finish for setup Serverless.

linebottoteams's People

Contributors

ksupasate-zz avatar

Stargazers

PATTRAKORN NIDHINARANGKOON avatar

Watchers

 avatar PATTRAKORN NIDHINARANGKOON avatar

Forkers

ksupasate

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.