Types and tools for interacting with FunBot's external events, to be used by FunBot itself and by programs communicating with it.

fr33domlover 413fa99be3 Release 0.3.0.0 8 years ago
src 333e5deaf9 forgot to parse note events... 8 years ago
.gitignore b9cd15a38b initial structure 8 years ago
AUTHORS b9cd15a38b initial structure 8 years ago
COPYING b9cd15a38b initial structure 8 years ago
ChangeLog b9cd15a38b initial structure 8 years ago
INSTALL b9cd15a38b initial structure 8 years ago
NEWS.md 413fa99be3 Release 0.3.0.0 8 years ago
README.md a7e6acc985 fix broken links in package description 8 years ago
Setup.hs b9cd15a38b initial structure 8 years ago
funbot-ext-events.cabal 1df2c2425e move to strict Text 8 years ago

README.md

funbot-ext-events

This is a Haskell library providing types and tools for interacting with FunBot's external events. The code was extracted from FunBot itself, so that independent programs can interact with it using its client API.

Since the provided types change every time an external event type is added or modified, many of this library's releases are expected to break compatibility. In most cases you should either use a higher-level library such as funbot-client, or perhaps create one yourself.

See the .cabal file for more info and link to project website and version control.

The official download location is the Git repository:

https://notabug.org/fr33domlover/funbot-ext-events.git

Occasionally, releases may be made to Hackage, the Haskell package repository. See http://hackage.haskell.org/package/funbot-ext-events.

This library is free software, and is committed to software freedom. It is released to the public domain using the CC0 Public Domain Dedication. For the boring "legal" details see the file COPYING.

See the file INSTALL for hints on installation. The file ChangeLog explains how to see the history log of the changes done in the code. NEWS provides a friendly overview of the changes for each release.

Bug and Patches

See here.