pipermail-bot

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

Usage no npm install needed!

<script type="module">
  import pipermailBot from 'https://cdn.skypack.dev/pipermail-bot';
</script>

README

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 -h

License

MIT

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

viewcount