Code Monkey home page Code Monkey logo

fullrocketmetal's Introduction

logo

An event bot for rocketchat.

Released versions:

for a released version, take a look at GitHub releases.

High-level Description:

As user of a Rocketchat, you can automatize your regular meeting events with fullrocketmetal easy.

Fullrocketmetal let you schedule in a crontab regulary syntax, a regular message event/reminder, which will sent to a channel name of your server.

Quickstart

Use either the released jar or the devel one

Configuration

Make sure this 2 edn files are in the same directory to the JAR clojure file you execute.

  1. create a .rocketchat.edn file in same dir of fullrocketmetal jar with following content:
{:credentials  {:username "myusername" :server-url "myserver-rocketchat-url.com" :token "my-token-rocketchat"}}
  1. create a event.edn file in same dir of fullrocketmetal with following content:

the cron-schedule is a cron syntax time.

{:reminders [
             {:channel-name "clojure" :cron-schedule "0 0/1 * * * ?" :message "[autogenerated] @here i'm a fullrocket-message-autogenerated-running each minute.https://github.com/MalloZup/fullrocketmetal "},
             ;;{:channel-name "my-other-channel" :cron-schedule "0 0/1 * * * ?" :message "i'm just a text after the default message"}
             ,
      ]}

this will send to channel-name a message which is a reminder, and you can specify the frequence of the message via cron-schedule which follow the crontab syntax.

Build from src

Use lein uberjar to build the jar

Use java -jar fullrocketmetal-VERSION-standalone.jar. This will run fullrocketmetal

Technical infos:

This project is using rocketchat missile library and quartz scheduler.

( https://github.com/MalloZup/missile)

Fullrocketmetal plan only to implement the rocketchat Messanger.

I plan maybe to implent a generic bot where one could plugin others client (Slack,irc etc) using same syntax.

https://github.com/MalloZup/memoro

fullrocketmetal's People

Contributors

mallozup avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

tobaloidee

fullrocketmetal's Issues

Logo Proposal

Hi @MalloZup I am Tobaloidee a graphic artist and i would like to contribute by designing a logo for your new project. I just need your permission first before i start. Best regards!

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.