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

open-calais

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open-calais

Command Line to tool to ping Open Calais with raw data to get tagged Entities

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-60%
Maintainers
1
Weekly downloads
 
Created
Source

Open-Calais

Nodejs based Command Line tool to use the Open-Calais API

Open-Calais is a tool to send text document to the Open Calais Server and to get tagged data.

A Note about Output

The CSV file output by the tool follows the same order as in Input.txt and Names may repeat depending upon if Name is recognized by different Tags.

Installation

1. `npm i Open-Calais`
  1. Your Open-Calais API Key or API Token

You have to register on Open Calais website to get an API for autorized access. When you get an API, you have to have to add it in the code in the first line of oc.js like this:-

```javascript var TOKEN = "YOUR API KEY" ```

Test command

`node oc -i ./Input.txt -o ./Output.csv`

Usage

This tool is a command line Tool. Here is the Usage :-

``` Usage: node oc [Options]

Options: -i, --In File path to input text file. Use './' for current folder path [required] -o, --Out File path to output csv file with .csv extension. [required] [default: "./output.csv"] -h, --help Show help [boolean]

Copyright 2015 Vikas Gautam

<h4>Donate</h4>
<p>If this repository helps you anyhow, please don't mind coming back and 
   <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F3QQCWFPWHBYE" target="_blank">Buy Me Coffee</a>
OR you can use 
   <a href="https://gratipay.com/~xcelancer/" target="_blank">Gratipay</a>
to show your appreciation and gratitude.
</p>

Keywords

FAQs

Package last updated on 14 Feb 2016

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