Giter Site home page Giter Site logo

p6-rakudobot's Introduction

NAME

RakudoBot - IRC bot for testing Rakudo builds

DESCRIPTION

RakudoBot is an IRC bot for testing builds of Rakudo. To install, run:

$ git clone --recurse-submodules https://github.com/Kaiepi/p6-RakudoBot.git
$ cd p6-RakudoBot
$ cp resources/config.json.example resources/config.json
$ zef install .

Afterwards, edit config.json to suit your needs. To start the bot, run:

$ screen -L -S rakudo-bot rakudo-bot

Note: you will need to run zef install . --force-install if you make changes to config.json after installing RakudoBot, since Zef caches it.

COMMANDS

Commands may be used by addressing the bot.

  • build

Runs Configure.pl and make, outputting any errors.

  • test

Runs make test, outputting any errors.

  • stresstest

Runs make stresstest, outputting any errors.

  • all

Runs Configure.pl, make, make test, and make spectest, outputting any errors.

  • github

  • git

  • source

Link to the source repo for the bot.

  • help

Displays help for the bot's commands.

CONFIG

  • host

The host the bot will connect to.

  • nickname

The bot's nickname.

  • password

The bot's password, if any.

  • username

The bot's username.

  • channel

The channel the bot will be active in.

  • maintainer

The nickname of the maintainer of the bot (you) in case users need to contact them.

  • source

Link to the source repo of the bot.

  • config_flags

Flags to pass to Configure.pl when building Rakudo. For more information, run this from the directory containing Rakudo's source code:

$ ./Configure.pl --help
  • debug

Enable/disable debug logging.

AUTHOR

Ben Davies (Kaiepi)

COPYRIGHT AND LICENSE

Copyright 2017 Ben Davies

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

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.