logsend
v1.2.5
Published
Broadcasts file logs to discord webhooks and/or google spreadsheets
Downloads
38
Maintainers
Readme
logsend
A command line tool to broadcast file logs to Discord channels and/or Google Spreadsheets. This is intended to easily enable simple external programs to broadcast metrics and notify users of important events.
Installation
Using npm:
npm i logsend -g
Usage
From command line:
logsend
Configuration
You must create config.json in "%node_path%/npm_modules/logsend" before running. Consult example_config.json for the required layout.
You may specify zero, one, or multiple webhooks and/or google spreadsheet files to write to, each with their own files to watch.
If the command isn't recognized, make sure %appdata%\npm is added to your %PATH%.