Socket
Book a DemoInstallSign in
Socket

pipermail-bot

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pipermail-bot

The esdiscuss bot

latest
Source
npmnpm
Version
1.2.6
Version published
Maintainers
1
Created
Source

pipermail-bot

The esdiscuss bot. Could also be used with any other pipermail source.

Installation

$ npm install pipermail-bot
$ npm install pipermail-bot -g

API

var bot = require('pipermail-bot');

bot(options).pipe(stringify()).pipe(process.stdout);

Options:

  • source - The pipermail source (default: 'https://mail.mozilla.org/pipermail/es-discuss/')
  • age - Max age of messages to consider (default: infinite)
  • organisation - The organisation messages are saved to (if present, will filter messages to only show those that don't exist)
  • dryRun - Don't commit new messages to repositories
  • user - The username for a GitHub account to commit with
  • pass - The password for a GitHub account to commit with
  • team - The team to give access to newly created repositories

Command Line

Usage:

$ pipermail-bot --help
$ pipermail-bot --user <USER> --pass <PASSWORD> --db <USER>:<PASSWORD>@ds031617.mongolab.com:31617/esdiscuss

License

MIT

If you find it useful, a donation via gittip would be appreciated.

viewcount

FAQs

Package last updated on 16 May 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts