Coder Social home page Coder Social logo

speck's Introduction

Speck

Build Status
Waffle.io - Columns and their card count

Right now this is an empty artichoke of a repo where I'm experimenting with CI.

Speck is (theoretically) a Slack client for Elixir. It aims to provide a full-featured interface to all of Slack's integration points, along with helpers that make common interaction patterns easier. I'd like to think it's the kind of library that other libraries could use to make opinionated bot frameworks or other types of integrations.

Speck includes helpers for creating and formatting rich messages, wrappers for the web and streaming APIs (including structs representing the various types of responses), and tools to make it easier to create and test bots and slash commands.

Installation

If available in Hex, the package can be installed as:

  1. Add speck to your list of dependencies in mix.exs:
~~~elixir
def deps do
  [{:speck, "~> 0.0.1"}]
end
~~~
  1. Ensure speck is started before your application:
~~~elixir
def application do
  [applications: [:speck]]
end
~~~

Message formatting

Stuff

Web API

The RPC API

Streaming API

Streaming messages and responses

Command parsing

Dealing with incoming commands

Working locally with slash commands

Quickly test your commands in an interactive shell

Testing commands

Writing automated tests

speck's People

Contributors

duien avatar

Stargazers

 avatar

Watchers

 avatar  avatar

speck'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.