funbot: IRC bot for fun, learning, creativity and collaboration.

[ irc, network, program, public-domain ] [ Propose Tags ]

One day an idea came up on the #freepost IRC channel: We didn't need much of the serious features IRC bots provide, but we could develop an IRC bot collaboratively, for fun and for learning new skills and languages! I also thought this is a great chance for people to quickly see their code in real use, which is motivating when learning programming, and it's a chance to introduce Haskell to the community.

While the bot is made for and by the Freepost community, it is fully intended for use any anyone else! For experienced Haskell developers, this bot can perhaps provide space for creativity and custom advanced plugins and features.

Since this bot is meant for collaborative development while really running it, the running instance in #freepost is built from the git repository. Occasionally releases will be made to Hackage. If you want to be sure you have all the latest features, check out the git repository (and/or ask us to make a release if you think it's been long enough).


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2, 0.3, 0.4, 0.4.0.1, 0.5
Change log ChangeLog
Dependencies aeson, auto-update, base (>=4.7 && <5), bytestring, case-insensitive (>=1), clock (>=0.5), containers (>=0.5), data-default-class, feed, feed-collect (>=0.2), formatting (>=6.2), funbot-ext-events (>=0.3), hashable, HTTP, http-client (>=0.4.19), http-client-tls (>=0.2.2), http-listen, irc-fun-bot (>=0.6 && <0.7), irc-fun-client (>=0.5 && <0.6), irc-fun-color (>=0.2 && <0.3), irc-fun-types (<0.2), json-state, network-uri, settings (>=0.3), tagsoup (>=0.13), text, time, time-interval, time-units, transformers, unordered-containers (>=0.2.5), utf8-string (>=1), vcs-web-hook-parse (>=0.2) [details]
License LicenseRef-PublicDomain
Copyright ♡ Copying is an act of love. Please copy, reuse and share.
Author The Freepost community, see AUTHORS file
Maintainer fr33domlover@riseup.net
Category Network, IRC
Home page https://notabug.org/fr33domlover/funbot
Bug tracker https://notabug.org/fr33domlover/funbot/issues
Source repo head: git clone https://notabug.org/fr33domlover/funbot.git
Uploaded by akrasner at 2016-01-27T11:03:53Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables funbot
Downloads 3968 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-28 [all 2 reports]

Readme for funbot-0.5

[back to package description]

funbot

An IRC bot for learning, fun and collaboration in the Freepost community. There is a project page here.

Using

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

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

Some of the dependency libraries may have recent features not released to Hackage yet. See the guide linked at the bottom for their clone URLs. If you use a released version of funbot, you can safely install all the dependencies from Hackage as usual.

This program 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.md for a detailed usage and deployment guide. The file ChangeLog explains how to see the history log of the changes done in the code. NEWS.md provides a friendly overview of the changes for each release.

Reporting Bugs and Suggesting Features

If you found a bug, or you have an idea, a feature request or a wishlist item, open a ticket for it! Even if you're goint to implement something or try to solve it.

Use NotABug's issue system.

User/Contributor Guide

There is a detailed guide for running the bot and creating a development setup. It's in the INSTALL.md file.

If you're going to implement some feature or fix some bug you found, start by opening an issue so that other people will know which features are being developed and who does what.