https://github.com/janza/http_talk
🗨 Chat using http server access logs - inspired by XKCD 1810
https://github.com/janza/http_talk
Last synced: 3 months ago
JSON representation
🗨 Chat using http server access logs - inspired by XKCD 1810
- Host: GitHub
- URL: https://github.com/janza/http_talk
- Owner: janza
- Created: 2017-03-14T00:07:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T19:03:58.000Z (about 8 years ago)
- Last Synced: 2025-01-05T23:27:43.383Z (4 months ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTTP TALK
Chat using http server access logs. Inspired by XKCD [1810](https://xkcd.com/1810/).
### Usage example:
```
sudo tail -f /var/log/nginx/access.log | ./http_talk -host remotehost.com
```Options:
- host: Remote host that you want to chat with
- log: Path to log file (default is stdin)
- format: Log format, required fields are `$remote_addr` and `$http_user_agent`, for more details see [gonx documentation](https://github.com/satyrius/gonx#format), default is nginx's predefined "combined" [format](http://nginx.org/en/docs/http/ngx_http_log_module.html#log_format)