Last active
March 29, 2019 22:35
-
-
Save phiresky/7da8d6d64233bd5c7e9b9ddc89a5e3cf to your computer and use it in GitHub Desktop.
ws
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require('socket.io-client') | |
.connect('ws://tracker.archiveteam.org:8080/googleplus-log') | |
.on('log_message', data => console.log(data)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node log.js | jq '[.downloader, .domain_bytes.data, .item] | @csv' -r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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