Giter Club home page Giter Club logo

pulsebot's Introduction

pulsebot

Pulsebot is a bot listening to pulse.mozilla.org for mercurial changes and notifying channels accordingly. It comes in the form of a willie module.

The current setup used on irc.mozilla.org can be replicated as follows:

sudo apt-get install python-virtualenv git
virtualenv willie-venv
git clone https://github.com/embolalia/willie
(cd willie; ../willie-venv/bin/python setup.py install)
willie-venv/bin/pip install MozillaPulse

Then copy pulse.py and treestatus.py in $HOME/.willie/modules and create a $HOME/.willie/default.cfg configuration. The current configuration for the bot is:

[core]
nick = pulsebot
host = irc.mozilla.org
use_ssl = True
port = 6697
owner = glandium
channels = #pulsebot,#bugs,#developers,#tb-bugs
user = pulsebot
name = pulsebot
prefix =
admins =
verify_ssl = True
timeout = 120
enable = pulse,treestatus

[pulse]
channels = #pulsebot,#bugs,#developers,#tb-bugs
user = pulsebot
password = pulse-password-for-pulsebot

pulsebot = *
bugs = projects/alder,integration/b2g-inbound,releases/comm-aurora,releases/comm-beta,comm-central,integration/fx-team,releases/mozilla-aurora,releases/mozilla-beta,mozilla-central,releases/mozilla-esr24,releases/mozilla-esr31,releases/mozilla-esr38,integration/mozilla-inbound
developers = integration/b2g-inbound,integration/fx-team,releases/mozilla-aurora,releases/mozilla-beta,mozilla-central,releases/mozilla-esr24,releases/mozilla-esr31,releases/mozilla-esr38,integration/mozilla-inbound
fx-team = integration/fx-team
media = projects/alder
tb-bugs = releases/comm-aurora,releases/comm-beta,comm-central

[treestatus]
server = https://treestatus.mozilla.org/

[bugzilla]
server = https://bugzilla.mozilla.org/
user = bugzilla-user-for-pulsebot
password = bugzilla-password-for-pulsebot
pulse = integration/b2g-inbound,integration/fx-team,integration/mozilla-inbound,mozilla-central

The bot can then be started by

willie-venv/bin/willie

pulsebot's People

Contributors

glandium avatar

Watchers

Gijs avatar James Cloos avatar

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.