Giter Site home page Giter Site logo

antonleliuk / spring-social-botframework Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 1.0 325 KB

Skype BotFramework API binding and connect support

License: Apache License 2.0

Java 100.00%
spring-boot spring-social skypebot bot-framework microsoft-bot-framework

spring-social-botframework's Introduction

Spring social integration with Microsoft BotFramework

TravisCI Codacy Badge

Microsoft BotFramework core Maven Central

Microsoft BotFramework spring-boot Maven Central

Microsoft BotFramework state Maven Central

Microsoft BotFramework service Maven Central

Microsoft BotFramework text Maven Central

Microsoft BotFramework DirectLine client Maven Central

Getting Started

Using Maven

<dependencies>
    <dependency>
        <groupId>ua.profitsoft.social</groupId>
        <artifactId>spring-social-botframework-core</artifactId>
        <version>0.0.3</version>
    </dependency>
    <dependency>
        <groupId>ua.profitsoft.social</groupId>
        <artifactId>spring-social-botframework-config</artifactId>
        <version>0.0.3</version>
    </dependency>
    <dependency>
        <groupId>ua.profitsoft.social</groupId>
        <artifactId>spring-social-botframework-state</artifactId>
        <version>0.0.3</version>
    </dependency>
    <dependency>
        <groupId>ua.profitsoft.social</groupId>
        <artifactId>spring-social-botframework-service</artifactId>
        <version>0.0.3</version>
    </dependency>
    <dependency>
        <groupId>ua.profitsoft.social</groupId>
        <artifactId>spring-social-botframework-text</artifactId>
        <version>0.0.3</version>
    </dependency>
    <dependency>
        <groupId>ua.profitsoft.social</groupId>
        <artifactId>spring-social-botframework-directline</artifactId>
        <version>0.0.3</version>
    </dependency>
</dependencies>

Using Gradle

compile("ua.profitsoft.social:spring-social-botframework-core:0.0.3")
compile("ua.profitsoft.social:spring-social-botframework-config:0.0.3")
compile("ua.profitsoft.social:spring-social-botframework-state:0.0.3")
compile("ua.profitsoft.social:spring-social-botframework-service:0.0.3")
compile("ua.profitsoft.social:spring-social-botframework-text:0.0.3")
compile("ua.profitsoft.social:spring-social-botframework-directline:0.0.3")

Publishing artifacts

gradlew clean build install uploadArchives -PsigningEnabled=true

spring-social-botframework's People

Contributors

antonleliuk avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

nodueck

spring-social-botframework's Issues

Add type "event" to ActivityType enums

Right now, unknown type is used for handling "event" types sent from directline channel, event type is a very popular type of Activity type. Adding this though, will break code previously written that checks for unknown type as a replacement for event that was previously unavailable.

Token recreated: ExpiredAuthorizationException

It seems, what token is not recreated. How to make properly recreate token?

in context with path [] threw exception [Request processing failed; nested exception is org.springframework.social.ExpiredAuthorizationException: The authorization has expired.] with root cause

org.springframework.social.ExpiredAuthorizationException: The authorization has expired.
        at org.springframework.social.connect.support.OAuth2Connection$ApiInvocationHandler.invoke(OAuth2Connection.java:150) ~[spring-social-core-1.1.4.RELEASE.jar!/:1.1.4.RELEASE]
        at com.sun.proxy.$Proxy100.sendToConversation(Unknown Source) ~[?:?]
        at org.springframework.social.botframework.service.impl.BotServiceImpl.reply(BotServiceImpl.java:49) ~[spring-social-botframework-core-0.0.3.jar!/:?]

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.