funbot-client: Report events to FunBot over a JSON/HTTP API.

[ library, network, public-domain, web ] [ Propose Tags ]

This is a library for reporting events to a running instance of FunBot, so that the bot can announce the event to IRC. For example, if you are writing a paste server, you can add support for IRC announcments of new pastes by reporting the paste to a running bot.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
old

Use network for Network.URI, and a matching HTTP package version

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Change log ChangeLog
Dependencies aeson, aeson-pretty (>=0.7), base (>=4.7 && <5), bytestring, funbot-ext-events, HTTP (>=4000.2), network (<2.6), network-uri (>=2.6) [details]
License LicenseRef-PublicDomain
Copyright ♡ Copying is an act of love. Please copy, reuse and share.
Author fr33domlover
Maintainer fr33domlover@riseup.net
Revised Revision 1 made by akrasner at 2015-09-19T22:52:04Z
Category Network, Web
Home page https://notabug.org/fr33domlover/funbot-client/
Bug tracker https://notabug.org/fr33domlover/funbot-client/issues/
Source repo head: git clone https://notabug.org/fr33domlover/funbot-client.git
Uploaded by akrasner at 2015-09-19T22:48:40Z
Distributions
Downloads 1799 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-09-19 [all 1 reports]

Readme for funbot-client-0.1.0.1

[back to package description]

funbot-client

This is a Haskell library for reporting events to a running instance of FunBot, so that the bot can announce the event to IRC. For example, if you are writing a paste server, you can add support for IRC announcments of new pastes by reporting the paste to a running bot.

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-client.git

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

This software 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.