Just run the script and generate *.vcs files from a tab separated values (tsv) file.
cd path/to/this/repo
yarn # install dependencies
node index.js writeTo setup you have to create a legacy token for slack and add it into your .env file:
SLACK=YOURSUPERSECRETTOKENYou can optionally overwrite the path to the tsv file (default people.tsv) via:
node index.js write "your/path/to/the/tsv/file.tsv"- v1.0.0 - Initial release
Copyright (c) Dominik Wilkowski. Licensed under GNU-GPLv3.