GithubHelp home page GithubHelp logo

linda's Introduction

Linda

Build Status Docker Repository on Quay GoDoc

Multi-platform, highly configurable conference bot.

Example usage:

Navigation:

  1. Features
  2. Limitations
  3. Configuration
  4. Installation
  5. Docker

Features

  • Different adapters support:
  • Configurable commands:
    • bully - reacts with predefined phrase to matched text.
    • copycat - returns same text, can be powerful in combination with filters.
    • help - prints information about instantiated commands.
    • postman - grabs latest unread item from RSS/Atom feed.
    • proxy - fetches JSON document from URL, returns computed template.
  • Built-in filters:
    • base64 - encodes input text to base64.
    • md5 - calculates md5 sum of input text.
    • translit - transliterates input text.
    • uppercase - converts input text to uppercase.
  • User-friendly:
    • Configurable greeting and farewell messages.
    • Configurable reaction to user status change.
    • Has option to get configuration file by provided URL.
    • shy mode in case of being annoyed by large amount of greetings.

Limitations

Because of the fact that different chat services have different protocols and available options, some usage limitations are present. The table of differences lies below:

Feature Slack Telegram
All types of commands ✅ Supported ✅ Supported
Specific channel to listen ✅ Supported ❌ (Currently Linda responds to everyone)
Greetings & farewells ✅ Supported ❌ (Possible, but not yet implemented)
Status change reactions ✅ Supported ❌ (Possible, but not yet implemented)

Configuration

Installation

Install glide tool.

Build and run:

$ go get github.com/kpashka/linda
$ export LINDA_CONFIG=<path_or_url_to_your_configuration_file>
$ linda -c $LINDA_CONFIG

Docker

Use the automated build from Docker Registry.

$ make pull
$ LINDA_CONFIG=<url_to_your_configuration_file> make up

linda's People

Contributors

pavel-main avatar

Watchers

 avatar

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.