Git Product home page Git Product logo

jbot's Introduction

JBot License

This is a fork of https://github.com/rampatra/jbot which updates key dependencies of library to resolve security concerns. The core focus is for use in Slack bots.


JBot is a java framework (inspired by Howdyai's Botkit) to make Slack and Facebook bots in minutes. It provides all the boilerplate code needed so that you can make your bot live right away.

JBot for Slack

Running your SlackBot is just 4 easy steps:

  1. Clone this project $ git clone https://github.com/snowplow-devops/jbot.git.
  2. Create a slack bot and get your slack token.
  3. Paste the token in application.properties file.
  4. Run the example application by running JBotApplication in your IDE or via commandline:
    $ cd jbot
    $ mvn clean install
    $ cd jbot-example
    $ mvn spring-boot:run

You can now start talking with your bot ;)

Read the detailed Slack documentation to learn more.

Release process

Configure access to Maven repository

Setup your local settings.xml in ${user.home}/.m2/settings.xml and paste the following in:

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
  <localRepository>${user.home}/.m2/repository</localRepository>
  <servers>
    <server>
      <id>cloudsmith</id>
      <username>ADD</username>
      <password>ADD</password>
    </server>
  </servers>
</settings>

Note: You need access to CloudSmith for this section.

Upload a new version

  1. Bump version in the root pom.xml and within the jbot and jbot-example modules (they should all match)
  2. Ensure all tests pass with mvn clean install
  3. Run mvn deploy

jbot's People

Contributors

rampatra avatar jbeemster avatar ramswaroop avatar nmorenor avatar xdamman avatar talbright avatar dedovich-s avatar tdl-jturner avatar joshuaredmond avatar jrluis avatar abstract-karshit avatar kojilin avatar mgeorgiou avatar hippegger avatar omertron avatar yanivgrama avatar arbasha avatar laci0725 avatar fasth avatar smahbod2014 avatar

Watchers

James Cloos avatar

jbot's Issues

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.