Coder Social home page Coder Social logo

imaplink's Introduction

imaplink

Description

Hackathon project for sy 2019.

The main item is an email to chat link.

Code in kawauso.bot package

Almost all of the bot-related code was generated by the Symphony script. Minor changes were made to put classes in packages instead of the default package, and to read from environment variables instead of hardcoded strings.

Disclaimer

This project is unaffiliated with Symphony and is without warranty.

Config

You will need a bot name, address and credential files. These can be obtained when signing up for the hackathon.

To test the bot, you will need a user's email address, active on the test pod (instance).

Prepare the config.json file and credential files. This should look something like:

/usr/local/hackathon/sym2019/ourbotapp
├── config.json
├── certificates
│   └── all_symphony_certs_truststore
└── rsa
    ├── innovatebot_xxx_privatekey.pem
    └── innovatebot_xxx_publickey.pem

Set the environment variables:

export [email protected]
export SY_CONFIG=/usr/local/hackathon/sym2019/ourbotapp/config.json 

Building

Requires java and maven.

cd imaplink 
mvn clean package

This creates an uberjar in the target directory.

Running

Run the jar file:

cd target/
java -jar imaplink-1.0-SNAPSHOT.jar

Then verify that the bot sent a test message to the test user.

imaplink's People

Contributors

anishman avatar kbsant avatar

Watchers

 avatar  avatar

Forkers

kbsant

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.