Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techchrism/valorant-websocket-logger
Log all websocket events produced by Valorant
https://github.com/techchrism/valorant-websocket-logger
command-line nodejs valorant websocket
Last synced: 3 months ago
JSON representation
Log all websocket events produced by Valorant
- Host: GitHub
- URL: https://github.com/techchrism/valorant-websocket-logger
- Owner: techchrism
- License: mit
- Created: 2021-05-02T20:34:10.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-07-07T22:41:56.000Z (over 2 years ago)
- Last Synced: 2024-04-16T09:09:22.558Z (9 months ago)
- Topics: command-line, nodejs, valorant, websocket
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Valorant Websocket Logger
A simple node application to connect to the local Valorant websocket and log all events.
This logger uses the "help" endpoint to explicitly listen to each event which gives more detailed information for received event names.
Additionally, the time in ms of received events is logged.If Valorant is not running, the logger will wait for the lockfile to be created and connect to the websocket as soon as possible.
Log files can be conveniently viewed with [Valorant WebSocket Log Viewer](https://techchrism.github.io/valorant-websocket-log-viewer/)
Set up with `npm install` and start with `node index.js`