New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

csvfactory

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csvfactory

This pacakge is for creating profile files for twitter.

  • 0.0.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

csvfactory - convert csv files to json

This package converts csv into json and json into csv. It was made for specific SMaPP lab applications so it's not generally applicable.

First - Intall Node.js appropriate for your OS

https://nodejs.org/download/

Second - Install csvfactory

npm i -g csvfactory

Third - Run csv factory

Use:

csvfactory csvtojson -i /path/to/inputfile.csv -o /path/to/put/outputfile.json
-i should be set to the relative or absolute path of your input file
-o should be set to the relative or absolute path of your of your output json file

Use:

csvfactory maketwittercsv -o /path/to/put/outputfile.csv -t 5 -u username -p password -n name_of_app -d description -w website_url -y true -s sign_in_url -l log_out_url
-o should be set to the relative or absolute path of your of your output csv file
-t the number of twitter apps
-u the username you'd like to use.
-p the password you'd like to use.
-n the basename of your app
-d description of your app.
-w your app's website url
-y should be set to true
-s your sign in url
-l your log out url

To update your package:

npm update -g csvfactory

Note on npm:

If you get an EACCESS error use `sudo` like so `sudo npm blah blah blah`

Keywords

FAQs

Package last updated on 09 Sep 2015

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