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

@microsoft/bf-chatdown

Package Overview
Dependencies
Maintainers
2
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/bf-chatdown

Tool for parsing chat files and outputting replayable activities

  • 4.5.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
365
decreased by-56.39%
Maintainers
2
Weekly downloads
 
Created
Source

bf-chatdown

Tool for parsing chat files and outputting replayable activities

oclif Version Downloads/week License

Usage

$ npm install -g @microsoft/bf-chatdown
$ bf COMMAND
running command...
$ bf (-v|--version|version)
@microsoft/bf-chatdown/4.5.0 win32-x64 node-v10.16.0
$ bf --help [COMMAND]
USAGE
  $ bf COMMAND
...
$ bf COMMAND
running command...
$ bf (-v|--version|version)
@microsoft/bf-chatdown/0.0.0 darwin-x64 node-v12.1.0
$ bf --help [COMMAND]
USAGE
  $ bf COMMAND
...

Commands

bf chatdown

Converts chat dialog files in .chat format into transcript file. Writes corresponding .transcript for each .chat file

USAGE
  $ bf chatdown

OPTIONS
  -c, --chat=chat              The path of the chat file to be parsed. If omitted, stdin will be used.

  -f, --folder=folder          Path to directory and/or all subdirectories containing chat files to be processed all at
                               once, ex. ./**/*.chat. If an output directory is not present (-o), it will default the
                               output to the current working directory.

  -h, --help                   Chatdown command help

  -o, --out_folder=out_folder  Path to the directory where the output of the multiple chat file processing (-f) will be
                               placed.

  -p, --prefix                 Prefix stdout with package name.

  -s, --static                 Use static timestamps when generating timestamps on activities.

EXAMPLE

     $ bf chatdown
     $ bf chatdown --chat=./path/to/file/sample.chat
     $ bf chatdown -f ./test/utils/*.sample.chat -o ./
     $ (echo user=Joe && [ConversationUpdate=MembersAdded=Joe]) | bf chatdown --static

See code: src\commands\chatdown.ts

bf chatdown

Converts chat dialog files in .chat format into transcript file. Writes corresponding .transcript for each .chat file

USAGE
  $ bf chatdown

OPTIONS
  -c, --chat=chat              The path of the chat file to be parsed. If omitted, stdin will be used.

  -f, --folder=folder          Path to directory and/or all subdirectories containing chat files to be processed all at
                               once, ex. ./**/*.chat. If an output directory is not present (-o), it will default the
                               output to the current working directory.

  -h, --help                   Chatdown command help

  -o, --out_folder=out_folder  Path to the directory where the output of the multiple chat file processing (-f) will be
                               placed.

  -p, --prefix                 Prefix stdout with package name.

  -s, --static                 Use static timestamps when generating timestamps on activities.

EXAMPLE

     $ bf chatdown
     $ bf chatdown --chat=./path/to/file/sample.chat
     $ bf chatdown -f ./test/utils/*.sample.chat -o ./
     $ (echo user=Joe && [ConversationUpdate=MembersAdded=Joe]) | bf chatdown --static

See code: src/commands/chatdown.ts

Keywords

FAQs

Package last updated on 19 Jul 2019

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