Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

duraflame

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duraflame

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Duraflame

A command line tool that converts Campfire transcripts to an IRC log format. Allows you to run pisg (Perl IRC Statistics Generator) on your Campfire conversations.

Installation

gem install duraflame

Usage

duraflame [arguments]
  -c, --company=COMPANY            As in http://{company}.campfirenow.com
  -t, --token=TOKEN                Authentication token
  -r, --room=ROOM                  Room ID
  -o, --output-dir=DIRECTORY       Directory where log files will be written
  -s, --start-date=DATE            Start date, defaults to today
  -e, --end-date=DATE              End date, defaults to today

All arguments are required except for start and end dates, which default to today's date.

For example:

duraflame -c your_company -t your_auth_token96be2812d5367c97f2c87e545 -r 1234 -o campfire_logs --start-date 2012-05-25

This command will download transcripts from May 25, 2012 through today.

Then run pisg:

pisg -ch 'Room 1' -d campfire_logs -f irssi

Todo

  • Improve performance (fetch transcripts concurrently, operate on streams)
  • Fetch transcripts for multiple rooms

FAQs

Package last updated on 29 Jun 2012

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc