Skip to content

Instantly share code, notes, and snippets.

@phiresky
Last active March 29, 2019 22:35
Show Gist options
  • Save phiresky/7da8d6d64233bd5c7e9b9ddc89a5e3cf to your computer and use it in GitHub Desktop.
Save phiresky/7da8d6d64233bd5c7e9b9ddc89a5e3cf to your computer and use it in GitHub Desktop.
ws
require('socket.io-client')
.connect('ws://tracker.archiveteam.org:8080/googleplus-log')
.on('log_message', data => console.log(data))
node log.js | jq '[.downloader, .domain_bytes.data, .item] | @csv' -r
{
"dependencies": {
"socket.io-client": "0.9.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment